-
Notifications
You must be signed in to change notification settings - Fork 224
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: mssql database support #346
base: develop
Are you sure you want to change the base?
Conversation
I was working on it too, same way. |
Hi @git-avc I didn't merge this because I wasn't able to test with a MSSQL database. Let me know if you have any MSSQL instance to test with. |
Hi @nextchamp-saqib ... Yeah, I've tested with your branch, but found some issues with dependencies at connection. Need to install 'ibis-framework[mssql]' package |
waiting for the update |
Got it ... ibis mssql needs ODBC SQL Server driver installed on host. So we have to specify |
Done here ... Used generic |
Setting up
odbc
for MSSQL database connectionInstall FreeTDS:
Find the driver location:
Copy the driver location (eg.
/opt/homebrew/lib/libtdsodbc.so
) and put it in thesite_config.json
undermssql_odbc_driver
key. Example:Add a MSSQL data source and check if it works