Added github.com/gwenn/gosqlite (SQLite driver), which supports SQLite's dynamic data types
diff --git a/SQLDrivers.md b/SQLDrivers.md
index 1c188e0..6c71577 100644
--- a/SQLDrivers.md
+++ b/SQLDrivers.md
@@ -29,6 +29,7 @@
   * **Postgres** (pure Go): https://github.com/jackc/pgx
   * **SAP HANA** (pure go): https://github.com/SAP/go-hdb
   * **SQLite**: https://github.com/mattn/go-sqlite3 ` [*] `
+  * **SQLite**: https://github.com/gwenn/gosqlite - Supports SQLite dynamic data typing
   * **SQLite**:  https://github.com/mxk/go-sqlite
   * **Sybase SQL Anywhere**: https://github.com/a-palchikov/sqlago
   * **Vitess**: https://godoc.org/github.com/youtube/vitess/go/vt/vitessdriver