mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-25 00:36:56 +02:00
Initial commit
This commit is contained in:
commit
4c8ad629e0
28 changed files with 6758 additions and 0 deletions
11
sqlite-vec.h.tmpl
Normal file
11
sqlite-vec.h.tmpl
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
#include "sqlite3ext.h"
|
||||
|
||||
#define SQLITE_VEC_VERSION "v${VERSION}"
|
||||
#define SQLITE_VEC_DATE "${DATE}"
|
||||
#define SQLITE_VEC_SOURCE "${SOURCE}"
|
||||
|
||||
|
||||
int sqlite3_vec_init(sqlite3 *db, char **pzErrMsg,
|
||||
const sqlite3_api_routines *pApi);
|
||||
int sqlite3_vec_fs_read_init(sqlite3 *db, char **pzErrMsg,
|
||||
const sqlite3_api_routines *pApi);
|
||||
Loading…
Add table
Add a link
Reference in a new issue