fix: v0.2.3 OPFS数据恢复 + Aria WAL事务边界修复
CI / test (18.x) (push) Successful in 9m58s
CI / test (22.x) (push) Successful in 9m54s
CI / test (20.x) (push) Successful in 10m0s
CI / test (24.x) (push) Successful in 9m52s

This commit is contained in:
thzxx
2026-07-27 21:30:35 +08:00
parent 4a3feac9ea
commit 2493209611
11 changed files with 224 additions and 22 deletions
+2
View File
@@ -622,6 +622,8 @@ declare class OPFSEngine implements IStorageEngine {
private ensureDir;
private writeTableData;
private readTableData;
/** 从 OPFS 加载已有表数据到内存缓存 */
private loadExistingTables;
/** 从 OPFS 加载表数据到内存缓存 */
loadTableIntoMemory(tableName: string, schema: TableSchema): Promise<void>;
}