Open nick-w-nick opened 1 week ago
This issue represents the need for an MSSQL connector. The most widely supported package that will enable this functionality is likely the tedious library.
Some examples of existing MSSQL connectors (which use tedious) in other libraries are: kysely https://github.com/kysely-org/kysely/tree/master/src/dialect/mssql sequelize https://github.com/sequelize/sequelize/tree/main/packages/mssql
tedious
kysely
sequelize
Describe the feature
This issue represents the need for an MSSQL connector. The most widely supported package that will enable this functionality is likely the tedious library.
Some examples of existing MSSQL connectors (which use
tedious
) in other libraries are:kysely
https://github.com/kysely-org/kysely/tree/master/src/dialect/mssqlsequelize
https://github.com/sequelize/sequelize/tree/main/packages/mssqlAdditional information