From d2438afaa64d2850d20232793cabbb2be6ea40a1 Mon Sep 17 00:00:00 2001 From: Jacob Marble Date: Sun, 4 Mar 2018 15:47:22 -0800 Subject: [PATCH] mark github.com/rsc/sqlite as "uses cgo" --- SQLDrivers.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SQLDrivers.md b/SQLDrivers.md index e84f2ea1..b91b307d 100644 --- a/SQLDrivers.md +++ b/SQLDrivers.md @@ -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