sql5 4.0.2

SQLite compatible database with CJK FTS5 full-text search and vector similarity
1
2
3
4
5
6
7
8
//! Table 模組:Schema、Row、序列化、資料表操作

pub mod row;
pub mod schema;
pub mod serialize;
pub mod table;

pub use table::Table;