rmp135 / sql-ts

Generate TypeScript interfaces from a SQL database.
MIT License
466 stars 64 forks source link

Doesn't support `tedious` package for MSSQL #147

Open jjosef opened 4 months ago

jjosef commented 4 months ago

In the knex documentation it recommends using tedious for mssql, however, if you try to use tedious as the client you get an error: Error: knex: Unknown configuration option 'client' value tedious. Note that it is case-sensitive, check documentation for supported values.