TShock/TShockAPI/DB/Queries
Sakura Akeno Isayeki f28f1bf536
feat(db): Add PostgreSQL query creator implementation
Implements a query creator for PostgreSQL, allowing for proper database type mapping and table creation functionalities.

Enhances the library's database support by incorporating PostgreSQL-specific features such as SERIAL/BIGSERIAL for auto-increment columns and improved escape handling for table names.

Improves the extensibility and compatibility of the database framework with different SQL databases.
2025-04-28 14:09:10 +02:00
..
GenericQueryCreator.cs refactor(db): Move DbQueryBuilders to separate namespace 2025-04-28 14:06:02 +02:00
IQueryBuilder.cs refactor(db): Move DbQueryBuilders to separate namespace 2025-04-28 14:06:02 +02:00
MysqlQueryCreator.cs refactor(db): Move DbQueryBuilders to separate namespace 2025-04-28 14:06:02 +02:00
PostgresQueryCreator.cs feat(db): Add PostgreSQL query creator implementation 2025-04-28 14:09:10 +02:00
SqliteQueryCreator.cs refactor(db): Move DbQueryBuilders to separate namespace 2025-04-28 14:06:02 +02:00