belchior / sql_query_builder

Write SQL queries in a simple and composable way
https://crates.io/crates/sql_query_builder
MIT License
54 stars 5 forks source link

Add MSSQL syntax support #23

Open eirnym opened 2 months ago

eirnym commented 2 months ago

Add MSSQL syntax behind a feature flag.

https://learn.microsoft.com/en-us/sql/t-sql/language-reference?view=sql-server-ver16

belchior commented 2 months ago

Thank you for the suggestion, currently the project is following this backlog