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

8 lines
285 B
TypeScript

// Narrow SQLite schema, path, and transaction helpers for first-party runtime.
export {
ensureOpenClawAgentDatabaseSchema,
resolveOpenClawAgentSqlitePath,
} from "../state/openclaw-agent-db.js";
export { runSqliteImmediateTransactionSync } from "../infra/sqlite-transaction.js";