We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
How to connect to MS SQL ? DB_TYPE=? / DB_DRIVER=?
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
How to connect to MS SQL ? DB_TYPE=? / DB_DRIVER=?
The text was updated successfully, but these errors were encountered: