add Sqinn-Go to Database Drivers (#3118)

This commit is contained in:
Christoph Vilsmeier 2020-06-12 05:00:53 +02:00 committed by GitHub
parent bf9ff0737f
commit f31a0e2e8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.