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. |
||
|---|---|---|
| .. | ||
| Queries | ||
| BanManager.cs | ||
| CharacterManager.cs | ||
| DbBuilder.cs | ||
| GroupManager.cs | ||
| ItemManager.cs | ||
| ProjectileManager.cs | ||
| RegionManager.cs | ||
| RememberedPosManager.cs | ||
| ResearchDatastore.cs | ||
| SqlColumn.cs | ||
| SqlTable.cs | ||
| SqlValue.cs | ||
| TileManager.cs | ||
| UserManager.cs | ||
| WarpsManager.cs | ||