Skip to content

Commit 5974274

Browse files
Fix SQLite casing in Database Drivers section
This PR corrects the casing of "SQLite" (from "SQlite") in the Database Drivers section to align with the official project name and maintain consistency across the documentation. Replaced "SQlite" with "SQLite" in headings and descriptions.
1 parent 88c43eb commit 5974274

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -393,9 +393,9 @@ _Libraries for connecting and operating databases._
393393
- [pymysql](https://github.com/PyMySQL/PyMySQL) - A pure Python MySQL driver compatible to mysql-python.
394394
- PostgreSQL - [awesome-postgres](https://github.com/dhamaniasad/awesome-postgres)
395395
- [psycopg](https://github.com/psycopg/psycopg) - The most popular PostgreSQL adapter for Python.
396-
- SQlite - [awesome-sqlite](https://github.com/planetopendata/awesome-sqlite)
396+
- SQLite - [awesome-sqlite](https://github.com/planetopendata/awesome-sqlite)
397397
- [sqlite-utils](https://github.com/simonw/sqlite-utils) - Python CLI utility and library for manipulating SQLite databases.
398-
- [sqlite3](https://docs.python.org/3/library/sqlite3.html) - (Python standard library) SQlite interface compliant with DB-API 2.0.
398+
- [sqlite3](https://docs.python.org/3/library/sqlite3.html) - (Python standard library) SQLite interface compliant with DB-API 2.0.
399399
- Other Relational Databases
400400
- [clickhouse-driver](https://github.com/mymarilyn/clickhouse-driver) - Python driver with native interface for ClickHouse.
401401
- [mssql-python](https://github.com/microsoft/mssql-python) - Official Microsoft driver for SQL Server and Azure SQL, built on ODBC for high performance and low memory usage.

0 commit comments

Comments
 (0)