vldb-sqlite 0.1.5

A Rust gRPC, library, and FFI gateway for SQLite with JSON and Arrow IPC query paths.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
mod db_lock;

pub mod ffi;
pub mod fts;
pub mod library;
pub mod runtime;
pub mod sql_exec;
pub mod tokenizer;

/// 由库模式直接导出的 protobuf 模块。
/// Protobuf module exported directly by library mode.
pub mod pb {
    tonic::include_proto!("vldb.sqlite.v1");
}