Files
openclaw/src/plugin-sdk/sqlite-runtime-testing.ts
2026-06-19 01:20:06 +08:00

11 lines
302 B
TypeScript

// Private local-only SQLite lifecycle helpers for first-party tests.
export {
closeOpenClawAgentDatabasesForTest,
openOpenClawAgentDatabase,
} from "../state/openclaw-agent-db.js";
export {
closeOpenClawStateDatabaseForTest,
openOpenClawStateDatabase,
} from "../state/openclaw-state-db.js";