From c3f596d59cee1471a05ba12a6af248ed6582c9a1 Mon Sep 17 00:00:00 2001 From: mojafa Date: Tue, 11 Feb 2025 00:42:07 +0300 Subject: [PATCH] added open with codeanywhere badge to README file Signed-off-by: mojafa --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 2bc2848..6646227 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,19 @@ ## Driver code examples for SQL Server and Azure SQL DB developers to get started. +## 🌏 Open in the Cloud +Click any of the buttons below to start a new development environment to demo or contribute to the codebase without having to install anything on your machine: + +[![Open in VS Code](https://img.shields.io/badge/Open%20in-VS%20Code-blue?logo=visualstudiocode)](https://vscode.dev/github/AzureSQLDB/sql-driver-examples) +[![Open in Glitch](https://img.shields.io/badge/Open%20in-Glitch-blue?logo=glitch)](https://glitch.com/edit/#!/import/github/AzureSQLDB/sql-driver-examples) +[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/AzureSQLDB/sql-driver-examples) +[![Edit in Codesandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/github/AzureSQLDB/sql-driver-examples) +[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/AzureSQLDB/sql-driver-examples) +[![Open in Repl.it](https://replit.com/badge/github/withastro/astro)](https://replit.com/github/AzureSQLDB/sql-driver-examples) +[![Open in Codeanywhere](https://codeanywhere.com/img/open-in-codeanywhere-btn.svg)](https://app.codeanywhere.com/#https://github.com/AzureSQLDB/sql-driver-examples) +[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/AzureSQLDB/sql-driver-examples) + + ### 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!