Skip to content

AzureSQLDB/sql-driver-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)