From 6ebb32bb2bde0978a28b1279c50ede3aa24dc2d1 Mon Sep 17 00:00:00 2001 From: Sumit Sarabhai Date: Tue, 11 Feb 2025 21:37:29 +0530 Subject: [PATCH] Readment Updates - 3 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d038713a..36f7152a 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ As the maintainer of this project, please make a few updates: # Readme -The Microsoft mssql-python module is a powerful, user-friendly Python driver designed for seamless interaction with Microsoft SQL Server, Azure SQL Database, and Azure SQL Managed Instance databases. This driver is crafted to adhere to the DB API 2.0 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. +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. ## Key Features