Skip to content

0.0.1

Choose a tag to compare

@coenttb coenttb released this 12 Sep 10:54
· 91 commits to main since this release

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