diff --git a/README.md b/README.md index 1804a89a..e0617501 100644 --- a/README.md +++ b/README.md @@ -484,6 +484,12 @@ extension-functions.c is available as an extension to SQLite, and provides the f For an example, see [dinedal/go-sqlite3-extension-functions](https://github.com/dinedal/go-sqlite3-extension-functions). +## go-sqlite3-stdlib + +As an alternative to compiling C extensions like [extension-functions.c](https://www.sqlite.org/contrib) and [sqlean](https://github.com/nalgeon/sqlean) into [mattn/go-sqlite3](https://github.com/mattn/go-sqlite3), this package implements many of these functions (and more from PostgreSQL) in Go. + +See [multiprocessio/go-sqlite3-stdlib](https://github.com/multiprocessio/go-sqlite3-stdlib) for details. + # FAQ - Getting insert error while query is opened.