Add the Russ Cox SQLite driver

Ivan Fraixedes 2018-02-24 20:25:43 +01:00
parent 00db755015
commit 516bc16226

@ -35,6 +35,7 @@ Drivers for Go's sql package include:
* **SQLite** (uses cgo): https://github.com/mattn/go-sqlite3 ` [*] `
* **SQLite** (uses cgo): https://github.com/gwenn/gosqlite - Supports SQLite dynamic data typing
* **SQLite** (uses cgo): https://github.com/mxk/go-sqlite
* **SQLite**: https://github.com/rsc/sqlite
* **Sybase SQL Anywhere**: https://github.com/a-palchikov/sqlago
* **Vitess**: https://godoc.org/github.com/youtube/vitess/go/vt/vitessdriver
* **YQL (Yahoo! Query Language)**: https://github.com/mattn/go-yql