wiki: add SQLite driver

Adds the `github.com/ncruces/go-sqlite3/driver` WASM based driver.

Change-Id: I6ff6b5677cd2b2d78c237c5dbaec372358145adc
GitHub-Last-Rev: 7f7ab8a426f519c58a6de796738ae48a7a1f5ad6
GitHub-Pull-Request: golang/wiki#3
Reviewed-on: https://go-review.googlesource.com/c/wiki/+/552775
Reviewed-by: t hepudds <thepudds1460@gmail.com>
Reviewed-by: Matt Layher <mdlayher@gmail.com>
Auto-Submit: Matt Layher <mdlayher@gmail.com>
diff --git a/SQLDrivers.md b/SQLDrivers.md
index 0e854ae..562e3dc 100644
--- a/SQLDrivers.md
+++ b/SQLDrivers.md
@@ -63,6 +63,7 @@
   * **SQLite** (uses cgo): https://github.com/mattn/go-sqlite3 ` [*] `
   * **SQLite** (uses cgo): https://github.com/mxk/go-sqlite
   * **SQLite**: (pure go): https://modernc.org/sqlite
+  * **SQLite**: (pure go): https://github.com/ncruces/go-sqlite3
   * **SQLite**: (uses cgo): https://github.com/rsc/sqlite
   * **SingleStore**: Use any MySQL driver
   * **Snowflake** (pure Go): https://github.com/snowflakedb/gosnowflake