Skip to content

Commit 7c34aac

Browse files
authored
Merge branch 'master' into master
2 parents a19f88a + e1869aa commit 7c34aac

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
@@ -394,9 +394,9 @@ _Libraries for connecting and operating databases._
394394
- [pymysql](https://github.com/PyMySQL/PyMySQL) - A pure Python MySQL driver compatible to mysql-python.
395395
- PostgreSQL - [awesome-postgres](https://github.com/dhamaniasad/awesome-postgres)
396396
- [psycopg](https://github.com/psycopg/psycopg) - The most popular PostgreSQL adapter for Python.
397-
- SQlite - [awesome-sqlite](https://github.com/planetopendata/awesome-sqlite)
397+
- SQLite - [awesome-sqlite](https://github.com/planetopendata/awesome-sqlite)
398398
- [sqlite-utils](https://github.com/simonw/sqlite-utils) - Python CLI utility and library for manipulating SQLite databases.
399-
- [sqlite3](https://docs.python.org/3/library/sqlite3.html) - (Python standard library) SQlite interface compliant with DB-API 2.0.
399+
- [sqlite3](https://docs.python.org/3/library/sqlite3.html) - (Python standard library) SQLite interface compliant with DB-API 2.0.
400400
- Other Relational Databases
401401
- [clickhouse-driver](https://github.com/mymarilyn/clickhouse-driver) - Python driver with native interface for ClickHouse.
402402
- [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)