We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01a6702 commit cb5c306Copy full SHA for cb5c306
README.md
@@ -6,6 +6,12 @@ As an alternative to compiling C extensions like
6
[mattn/go-sqlite3](https://github.com/mattn/go-sqlite3), this package
7
implements many of these functions (and more from PostgreSQL) in Go.
8
9
+These are in addition to [all builtin
10
+functions](https://www.sqlite.org/lang_corefunc.html) provided by
11
+SQLite.
12
+
13
+Continue reading for all functions, notes and examples.
14
15
# Example
16
17
```go
0 commit comments