Skip to content

Latest commit

 

History

History
45 lines (36 loc) · 1.85 KB

README.md

File metadata and controls

45 lines (36 loc) · 1.85 KB

Get started developing with SQL Server and Azure SQL Database

Driver code examples for SQL Server and Azure SQL DB developers to get started.

Using codespaces

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.

Open in GitHub Codespaces

Quickly create a database in your codespace with the following command:

sqlcmd create mssql -u devDB --accept-eula

Repository Structure

  • 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)