Stable announced here https://groups.google.com/d/msg/golang-nuts/rGv9h_vrIGk/Sc2el4cIBgAJ
diff --git a/SQLDrivers.md b/SQLDrivers.md
index 048c710..b5d3b9a 100644
--- a/SQLDrivers.md
+++ b/SQLDrivers.md
@@ -49,6 +49,7 @@
   * **SQLite** (uses cgo): https://github.com/gwenn/gosqlite - Supports SQLite dynamic data typing
   * **SQLite** (uses cgo): https://github.com/mxk/go-sqlite
   * **SQLite**: (uses cgo): https://github.com/rsc/sqlite
+  * **SQLite**: (pure go): https://modernc.org/sqlite
   * **SQL over REST**: https://github.com/adaptant-labs/go-sql-rest-driver
   * **Sybase SQL Anywhere**: https://github.com/a-palchikov/sqlago
   * **Sybase ASE** (pure go): https://github.com/thda/tds