add go-SQLite3 on section database drive

develop by @mattn
This commit is contained in:
Thiago Avelino 2014-07-06 12:38:01 -03:00
parent 38facb41e9
commit 8c34064256

View File

@ -71,6 +71,7 @@ A curated list of awesome Go frameworks, libraries and software. Inspired by [aw
* [pq](https://github.com/lib/pq) - Pure Go Postgres driver for database/sql. * [pq](https://github.com/lib/pq) - Pure Go Postgres driver for database/sql.
* [go-pgsql](https://github.com/lxn/go-pgsql) - A PostgreSQL client package for the Go Programming Language. * [go-pgsql](https://github.com/lxn/go-pgsql) - A PostgreSQL client package for the Go Programming Language.
* [GoMySQL](https://github.com/Philio/GoMySQL) - A quite complete threadsafe MySQL client library written in Go. * [GoMySQL](https://github.com/Philio/GoMySQL) - A quite complete threadsafe MySQL client library written in Go.
* [go-sqlite3](https://github.com/mattn/go-sqlite3) - SQLite3 driver for go that using database/sql.
* [go-db](https://github.com/phf/go-db) - Generic database API for Go. * [go-db](https://github.com/phf/go-db) - Generic database API for Go.
* NoSQL Databases * NoSQL Databases
* [mgo](http://labix.org/mgo) - MongoDB driver for the Go language that implements a rich and well tested selection of features under a very simple API following standard Go idioms. * [mgo](http://labix.org/mgo) - MongoDB driver for the Go language that implements a rich and well tested selection of features under a very simple API following standard Go idioms.