Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add go-sqlite3-stdlib to extensions section #1187

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -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.
Expand Down