release: v0.6.0 — 完全移除 IndexedDB,自研 KVStore 事务存储引擎(多key原子写/快照日志恢复/CRC自愈)+ KVStoreEngine + 旧库迁移工具 + 10万级压力验证 + 崩溃注入e2e
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
* 本次验证 Table API 与 SQL query 两条路径均真实触发全部 14 个钩子。
|
||||
*/
|
||||
import { MetonaSqlark } from '../src/core';
|
||||
import 'fake-indexeddb/auto';
|
||||
|
||||
async function createDb(name: string): Promise<MetonaSqlark> {
|
||||
const db = new MetonaSqlark({ name: `hooks-${name}-${Date.now()}-${Math.random().toString(36).slice(2, 6)}`, mode: 'memory' });
|
||||
|
||||
Reference in New Issue
Block a user