bokwoon95 / sq

sq is a type-safe data mapper and query builder for Go.

Home Page:https://bokwoon.neocities.org/sq.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Switch driver dependency

gandaldf opened this issue · comments

The official support for the MSSQL driver has moved to Microsoft. It might be a good idea to switch to the new repository: https://github.com/microsoft/go-mssqldb

Oh don't worry about it, github.com/denisenkom/go-mssqldb is only a test dependency to test SQL Server queries. sq itself doesn't import any sql driver, it is up to the user to do so. If anything, using the old driver serves as a litmus test to see if the old driver still works (at least for simple queries).