Can't install VS Code? Or the drivers? Or just want to test drive these examples? No problem! Create a codespace on this repository with everything you need pre-installed!
This codespace takes a bit of time to create seeing we are installing all the languages and components you need.
Quickly create a database in your codespace with the following command:
sqlcmd create mssql -u devDB --accept-eula
- examples
- azure (Azure SQL database examples)
- codespace (broken out scripts to run in your codespace)
- C# example scripts
- Go example scripts
- Java example scripts
- NodeJS example scripts
- PHP example scripts
- Python example scripts
- sql (SQL Server database examples)
- archivedPage (old pages/examples/scripts from retired SQL Developers page)