Showing results for 2022 - Page 2 of 2 - Azure SQL Devs’ Corner

Apr 27, 2022
9
0

Announcing General Availability of Change Data Capture (CDC) on Azure SQL Database

Abhiman Tiwari
Abhiman Tiwari

We are excited to announce the general availability (GA) of change data capture (CDC) in Azure SQL Database. What is Change data capture (CDC)? CDC provides historical change information for a user table by capturing both the fact that Data Manipulation Language (DML) changes (insert / update / delete) were made and the changed data. Changes are ...

Azure SQL
Mar 15, 2022
0
0

Build GraphQL apps with Hasura and Azure SQL Database

Silvano Coriani
Silvano Coriani

Hasura makes data access easy, by instantly composing a GraphQL API that is backed by databases and services so that the developer team (or API consumers) get productive immediately. The nature of GraphQL itself and Hasura’s dynamic approach makes integration and iteration easy.

Azure SQL
Mar 2, 2022
0
1

Create REST API in Python with Django, using the Django REST Framework and Azure SQL

Abhiman Tiwari
Abhiman Tiwari

Django is a Python-based open-source web framework. It is a popular and well-liked web framework among developers all around the world. But wouldn't it be amazing to build a website with Django while also taking advantage of Azure SQL database's security, performance, high availability, and other great capabilities? In this article, we will crea...

Azure SQLPython
Feb 8, 2022
0
1

Saving Bot Activities in Azure SQL Database

Abhiman Tiwari
Abhiman Tiwari

In this blog post, we’ll walkthrough of how to integrate Bot Framework v4 SDK with Azure SQL Database and save Bot activities/ conversations into the database. We’ll leverage Bot.Builder.Community.Storage.EntityFramework package to save conversations using EntityFrameworkTranscriptStore with TranscriptLoggerMiddleware into Azure SQL Database. ...

Azure SQL
Jan 18, 2022
0
1

Automatic GraphQL and REST endpoint for Azure SQL with Directus

Davide Mauri
Davide Mauri

Extremely performant and built entirely on Node.js, Directus is an open-source Data Platform that installs as a layer on top of your existing SQL database, so that you can you instantly get a dynamic API (REST and GraphQL) to your database

Azure SQL