Core component of SQL Server for storing, processing, and securing data
Microsoft is unlikely to have ODBC support this platform. You can try one of the open source libraries:
Microsoft supported:
- java driver: https://github.com/microsoft/mssql-jdbc
- tedious - pure javascript driver: https://tediousjs.github.io/tedious/
- php driver: https://github.com/microsoft/msphpsql
- python driver: https://github.com/microsoft/mssql-python
Community supported:
- free tds - c driver: https://www.freetds.org
- jTDS - java driver: https://github.com/milesibastos/jTDS
- go driver: https://github.com/denisenkom/go-mssqldb
- rust driver: https://github.com/prisma/tiberius