mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-25 00:36:56 +02:00
examples + fmt
This commit is contained in:
parent
356f75cca7
commit
dd972f6ffe
16 changed files with 1064 additions and 25 deletions
|
|
@ -1,5 +1,9 @@
|
|||
# `sqlite-vec` statically compiled in the SQLite CLI
|
||||
|
||||
You can compile your own version of the `sqlite3` CLI with `sqlite-vec` builtin. The process is not well documented, but the special `SQLITE_EXTRA_INIT` compile option can be used to "inject" code at initialization time. See the `Makefile` at the root of this project for some more info.
|
||||
You can compile your own version of the `sqlite3` CLI with `sqlite-vec` builtin.
|
||||
The process is not well documented, but the special `SQLITE_EXTRA_INIT` compile
|
||||
option can be used to "inject" code at initialization time. See the `Makefile`
|
||||
at the root of this project for some more info.
|
||||
|
||||
The `core_init.c` file here demonstrates auto-loading the `sqlite-vec` entrypoints at startup.
|
||||
The `core_init.c` file here demonstrates auto-loading the `sqlite-vec`
|
||||
entrypoints at startup.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue