mark github.com/rsc/sqlite as "uses cgo"

Jacob Marble 2018-03-04 15:47:22 -08:00
parent 9873b7e5c2
commit d2438afaa6

@ -34,8 +34,8 @@ Drivers for Go's sql package include:
* **Snowflake** (pure Go): https://github.com/snowflakedb/gosnowflake
* **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
* **SQLite** (uses cgo): https://github.com/mxk/go-sqlite
* **SQLite**: (uses cgo): 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