0.0.1
Initial release of swift-structured-queries-postgres
Features:
- PostgreSQL-specific fork of swift-structured-queries
- Full PostgreSQL compatibility with proper NULL handling in PRIMARY KEY columns
- Support for Draft types with auto-generated IDs
- Proper ON CONFLICT handling for upsert operations
Fixes:
- Corrected trait name to StructuredQueriesPostgresTagged for conditional compilation