Goal
Add SQL Server (mssql / Azure SQL) support by implementing the database.Grammar interface. Existing drivers (postgres/mysql/sqlite) are the template.
Acceptance criteria
- New package
drivers/mssql with Grammar implementation
- Placeholder style (
@p1 or ? depending on driver chosen — pick one and document)
- INSERT … OUTPUT INSERTED.id strategy for last-insert-ID
- Schema builder emits valid SQL Server DDL
- README updated to mention the driver
Goal
Add SQL Server (mssql / Azure SQL) support by implementing the
database.Grammarinterface. Existing drivers (postgres/mysql/sqlite) are the template.Acceptance criteria
drivers/mssqlwithGrammarimplementation@p1or?depending on driver chosen — pick one and document)