mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-25 16:56:27 +02:00
12 lines
370 B
Cheetah
12 lines
370 B
Cheetah
|
|
#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);
|