TShock/TShockAPI/Configuration
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
..
ConfigFile.cs Add a little more info to config method descriptions 2022-10-31 16:04:27 -07:00
IConfigFile.cs Genericise configurations 2020-12-03 17:42:46 +10:30
ServerSideConfig.cs More i18n 2022-11-02 13:42:52 -07:00
TShockConfig.cs feat(db): add Postgres support to configuration 2025-04-28 15:51:27 +02:00