All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

Microsoft Releases Python Driver for SQL Server and Azure SQL Databases

By

kermatt

8mo ago· 6 min readenCode

Summary

Microsoft has developed a Python driver for SQL Server and Azure SQL databases called mssql-python. This driver uses Direct Database Connectivity (DDBC) to enable direct connections to SQL Server without requiring external driver managers. It complies with DB API 2.0 specification while adding Pythonic enhancements for better usability. The driver supports all Python versions and provides comprehensive database operations including connection management, query execution, and transaction handling.

Key quotes

· 4 pulled
mssql-python is a Python driver for Microsoft SQL Server and the Azure SQL family of databases
It leverages Direct Database Connectivity (DDBC) that enables direct connections to SQL Server without requiring an external driver manager
Designed to comply with the DB API 2.0 specification, this driver also introduces Pythonic enhancements for improved usability and functionality
The driver is compatible with all the Python versions
Snippet from the RSS feed
Contribute to microsoft/mssql-python development by creating an account on GitHub.

You might also wanna read