You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 10, 2024. It is now read-only.
For Linux/macOS users or Windows users without Visual Studio, it's actually failry trivial to use SQL Server instead of SQLite if they have Docker installed:
docker run -e ACCEPT_EULA=Y -e SA_PASSWORD=Password12! -p 1433:1433 -d mcr.microsoft.com/mssql/server
For Linux/macOS users or Windows users without Visual Studio, it's actually failry trivial to use SQL Server instead of SQLite if they have Docker installed:
docker run -e ACCEPT_EULA=Y -e SA_PASSWORD=Password12! -p 1433:1433 -d mcr.microsoft.com/mssql/server
Use this conneciton string:
The text was updated successfully, but these errors were encountered: