feat: finalizations for M0-M2

This commit is contained in:
2026-04-05 07:41:33 +02:00
parent e46294a022
commit ee61ad56ea
48 changed files with 1296 additions and 498 deletions

View File

@@ -130,7 +130,7 @@ mod tests {
use crate::engine;
fn setup() -> (Database, String) {
let db = Database::open_in_memory().unwrap();
let mut db = Database::open_in_memory().unwrap();
let _ = db.migrate();
ensure_fts_tables(db.conn()).unwrap();