From 3a98f1fb64669c5c9baa7f88b7c2046249905f26 Mon Sep 17 00:00:00 2001 From: Sumit Sarabhai Date: Tue, 11 Feb 2025 21:12:10 +0530 Subject: [PATCH] Readme Updates -2 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b3ec6e90..d038713a 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ The Microsoft mssql-python module is a powerful, user-friendly Python driver des ### DBAPI v2.0 Compliance -The Microsoft mssql-python module is designed to be fully compliant with the DB API 2.0 specification. This ensures that the driver adheres to a standardized interface for database access in Python, providing consistency and reliability across different database systems. Key aspects of DBAPI v2.0 compliance include: +The Microsoft **mssql-python** module is designed to be fully compliant with the DB API 2.0 specification. This ensures that the driver adheres to a standardized interface for database access in Python, providing consistency and reliability across different database systems. Key aspects of DBAPI v2.0 compliance include: - **Connection Objects**: Establishing and managing connections to the database. - **Cursor Objects**: Executing SQL commands and retrieving results.