Skip to content

Drivers: SQL Server grammar #20

Description

@devituz

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions