TShock/TShockLauncher
Sakura Akeno Isayeki 69b98980f1
feat(db): add Postgres support to configuration
Extends database configuration to support Postgres in addition to existing SQLite and MySQL options.

Includes new settings for Postgres host, database name, username, and password.

Implements a connection builder for Postgres, ensuring proper error handling when connecting.

Updates dependency to include Npgsql for Postgres connectivity.
2025-04-28 15:51:27 +02:00
..
.gitignore Introduce integrated package manager 2022-11-28 08:16:11 -05:00
Program.cs Detect invalid TShock installations 2022-12-20 22:35:22 -05:00
TShockLauncher.csproj feat(db): add Postgres support to configuration 2025-04-28 15:51:27 +02:00