Skip to content

Commit cb5c306

Browse files
committed
Update readme about existing builtins
1 parent 01a6702 commit cb5c306

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ As an alternative to compiling C extensions like
66
[mattn/go-sqlite3](https://github.com/mattn/go-sqlite3), this package
77
implements many of these functions (and more from PostgreSQL) in Go.
88

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+
915
# Example
1016

1117
```go

0 commit comments

Comments
 (0)