From f31a0e2e8b9f02b8ccac70521da7e90ad840a946 Mon Sep 17 00:00:00 2001 From: Christoph Vilsmeier Date: Fri, 12 Jun 2020 05:00:53 +0200 Subject: [PATCH] add Sqinn-Go to Database Drivers (#3118) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1199c094..8de0cfc0 100644 --- a/README.md +++ b/README.md @@ -520,6 +520,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [goracle](https://github.com/go-goracle/goracle) - Oracle driver for Go, using the ODPI-C driver. * [pgx](https://github.com/jackc/pgx) - PostgreSQL driver supporting features beyond those exposed by database/sql. * [pq](https://github.com/lib/pq) - Pure Go Postgres driver for database/sql. + * [Sqinn-Go](https://github.com/cvilsmeier/sqinn-go) - SQLite with pure Go. * NoSQL Databases * [aerospike-client-go](https://github.com/aerospike/aerospike-client-go) - Aerospike client in Go language.