8000 add SQlite category and sqlite3 driver · Algorithm-box/awesome-python@c0ade8e · GitHub
[go: up one dir, main page]

Skip to content

Commit c0ade8e

Browse files
committed
add SQlite category and sqlite3 driver
1 parent 5fc66f8 commit c0ade8e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,9 +414,11 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
414414
* PostgreSQL - [awesome-postgres](https://github.com/dhamaniasad/awesome-postgres)
415415
* [psycopg2](http://initd.org/psycopg/) - The most popular PostgreSQL adapter for Python.
416416
* [queries](https://github.com/gmr/queries) - A wrapper of the psycopg2 library for interacting with PostgreSQL.
417+
* SQlite - [awesome-sqlite](https://github.com/planetopendata/awesome-sqlite)
418+
* [sqlite3](https://docs.python.org/3/library/sqlite3.html) - (Python standard library) SQlite interface compleint with DB-API 2.0
419+
* [SuperSQLite](https://github.com/plasticityai/supersqlite) - A supercharged SQLite library built on top of [apsw](https://github.com/rogerbinns/apsw).
417420
* Other Relational Databases
418421
* [pymssql](https://pymssql.readthedocs.io/en/latest/) - A simple database interface to Microsoft SQL Server.
419-
* [SuperSQLite](https://github.com/plasticityai/supersqlite) - A supercharged SQLite library built on top of [apsw](https://github.com/rogerbinns/apsw).
420422
* [clickhouse-driver](https://github.com/mymarilyn/clickhouse-driver) - Python driver with native interface for ClickHouse.
421423
* NoSQL Databases
422424
* [cassandra-driver](https://github.com/datastax/python-driver) - The Python Driver for Apache Cassandra.

0 commit comments

Comments
 (0)
0