Skip to content

Commit 7ae6f78

Browse files
authored
Merge pull request #7 from microsoft/sumitsar/ReadmeUpdates
Updated the heading of the page
2 parents b1c80ba + ebf2d46 commit 7ae6f78

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ As the maintainer of this project, please make a few updates:
1010
- Understanding the security reporting process in SECURITY.MD
1111
- Remove this section from the README
1212

13-
# Readme
13+
# Python Connector for SQL Server and Azure SQL
1414

1515
The Microsoft **mssql-python** module is a powerful, user-friendly Python connector designed for seamless interaction with Microsoft SQL Server, Azure SQL Database, and Azure SQL Managed Instance databases using Direct Database Connectivity (DDBC). DDBC allows Python applications to connect directly to SQL Server, bypassing the need for an external driver manager. This driver is crafted to adhere to the [DB API 2.0](https://peps.python.org/pep-0249/) specification while incorporating additional Pythonic features that enhance its ease of use and functionality. The driver offers comprehensive functionalities, including establishing connections, executing queries, and managing transactions among many other features.
1616

0 commit comments

Comments
 (0)