README

colmugx/sqlite-vec/native does not have a README file

#
Sqlite3

pub type Sqlite3

#
Sqlite3Stmt

pub type Sqlite3Stmt

#
sqlite3_allocate

fn sqlite3_allocate() -> Sqlite3

#
sqlite3_bind_blob

fn sqlite3_bind_blob(stmt : Sqlite3Stmt, idx : Int, blob : Bytes) -> Int

#
sqlite3_bind_double

fn sqlite3_bind_double(stmt : Sqlite3Stmt, idx : Int, value : Double) -> Int

#
sqlite3_bind_int

fn sqlite3_bind_int(stmt : Sqlite3Stmt, idx : Int, value : Int) -> Int

#
sqlite3_bind_int64

fn sqlite3_bind_int64(stmt : Sqlite3Stmt, idx : Int, value : Int64) -> Int

#
sqlite3_bind_null

fn sqlite3_bind_null(stmt : Sqlite3Stmt, idx : Int) -> Int

#
sqlite3_bind_text

fn sqlite3_bind_text(stmt : Sqlite3Stmt, idx : Int, text : Bytes) -> Int

#
sqlite3_close

fn sqlite3_close(db : Sqlite3) -> Int

#
sqlite3_column_blob

fn sqlite3_column_blob(stmt : Sqlite3Stmt, idx : Int) -> Bytes

#
sqlite3_column_count

fn sqlite3_column_count(stmt : Sqlite3Stmt) -> Int

#
sqlite3_column_double

fn sqlite3_column_double(stmt : Sqlite3Stmt, idx : Int) -> Double

#
sqlite3_column_int

fn sqlite3_column_int(stmt : Sqlite3Stmt, idx : Int) -> Int

#
sqlite3_column_int64

fn sqlite3_column_int64(stmt : Sqlite3Stmt, idx : Int) -> Int64

#
sqlite3_column_text

fn sqlite3_column_text(stmt : Sqlite3Stmt, idx : Int) -> Bytes

#
sqlite3_column_type

fn sqlite3_column_type(stmt : Sqlite3Stmt, idx : Int) -> Int

#
sqlite3_enable_load_extension

fn sqlite3_enable_load_extension(db : Sqlite3, onoff : Int) -> Int

#
sqlite3_errcode

fn sqlite3_errcode(db : Sqlite3) -> Int

#
sqlite3_errmsg

fn sqlite3_errmsg(db : Sqlite3) -> Bytes

#
sqlite3_exec

fn sqlite3_exec(db : Sqlite3, sql : Bytes) -> Int

#
sqlite3_finalize

fn sqlite3_finalize(stmt : Sqlite3Stmt) -> Int

#
sqlite3_load_extension

fn sqlite3_load_extension(db : Sqlite3, zFile : Bytes, zProc : Bytes) -> Int

#
sqlite3_open

fn sqlite3_open(filename : Bytes, db : Sqlite3) -> Int

#
sqlite3_prepare_v2

fn sqlite3_prepare_v2(db : Sqlite3, sql : Bytes, stmt : Sqlite3Stmt) -> Int

#
sqlite3_reset

fn sqlite3_reset(stmt : Sqlite3Stmt) -> Int

#
sqlite3_step

fn sqlite3_step(stmt : Sqlite3Stmt) -> Int

#
sqlite3_stmt_allocate

fn sqlite3_stmt_allocate() -> Sqlite3Stmt

#
vec_enable

fn vec_enable() -> Int

Source Files

Powered by MoonBit

Site sourceReport issuePackagesBuild queueSkillsStatistics

© 2026 mooncakes.io