From 516bc162261260bffb2f5246f76b987b97226e9f Mon Sep 17 00:00:00 2001 From: Ivan Fraixedes Date: Sat, 24 Feb 2018 20:25:43 +0100 Subject: [PATCH] Add the Russ Cox SQLite driver --- SQLDrivers.md | 1 + 1 file changed, 1 insertion(+) diff --git a/SQLDrivers.md b/SQLDrivers.md index 7844c104..e84f2ea1 100644 --- a/SQLDrivers.md +++ b/SQLDrivers.md @@ -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