feat: add sql server (#2604)

* feat: add sql server

* feat: mssql test, db schema, AI

* chore: update to latest parser

* fix: clean mssql executor
This commit is contained in:
HugoCasa
2023-11-10 11:16:13 +01:00
committed by GitHub
parent 7946d58a6f
commit 2fe623cf6b
49 changed files with 792 additions and 81 deletions
+1
View File
@@ -1633,6 +1633,7 @@ async fn tarball_workspace(
ScriptLang::Mysql => "my.sql",
ScriptLang::Bigquery => "bq.sql",
ScriptLang::Snowflake => "sf.sql",
ScriptLang::Mssql => "ms.sql",
ScriptLang::Graphql => "gql",
ScriptLang::Nativets => "fetch.ts",
ScriptLang::Bun => "bun.ts",