unjs / db0

📚 Lightweight SQL Connector
https://db0.unjs.io
MIT License
171 stars 18 forks source link

MSSQL Connector #120

Open nick-w-nick opened 1 week ago

nick-w-nick commented 1 week ago

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/mssql sequelize https://github.com/sequelize/sequelize/tree/main/packages/mssql

Additional information