From a21b1c339e46591fa1e7417542df785078a1b49b Mon Sep 17 00:00:00 2001 From: Vinta Chen Date: Mon, 4 Nov 2019 00:32:15 +0800 Subject: [PATCH] add SuperSQLite --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 751fa11..76599c2 100644 --- a/README.md +++ b/README.md @@ -372,6 +372,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [queries](https://github.com/gmr/queries) - A wrapper of the psycopg2 library for interacting with PostgreSQL. * Other Relational Databases * [pymssql](http://www.pymssql.org/en/latest/) - A simple database interface to Microsoft SQL Server. + * [SuperSQLite](https://github.com/plasticityai/supersqlite) - A supercharged SQLite library built on top of [apsw](https://github.com/rogerbinns/apsw). * NoSQL Databases * [cassandra-driver](https://github.com/datastax/python-driver) - The Python Driver for Apache Cassandra. * [happybase](https://github.com/wbolster/happybase) - A developer-friendly library for Apache HBase.