Skip to content
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

About MS SQL #274

Open
michliu opened this issue May 19, 2022 · 1 comment
Open

About MS SQL #274

michliu opened this issue May 19, 2022 · 1 comment

Comments

@michliu
Copy link

michliu commented May 19, 2022

How to connect to MS SQL ? DB_TYPE=? / DB_DRIVER=?

@educostadev
Copy link

DB_TYPE=mssql and DB_DRIVER=pymssql

You can connect to your SQL Server using:

sandman2ctl mssql+pymssql://sa:PASSWORD@localhost:1433/master

I had to install sandman2, pymssql and upgrade the SQLAlchemy version

pip install sandman2 pymssql
pip install Flask-SQLAlchemy==2.5.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants