repositories
loading repo index
repositories
loading repo index
repository
loading code, commits, and activity
public Clawd ADK gateway launch mirror
stars
latest
clone command
git clone gitlawb://did:key:z6Mkq5mY...iFZ5/my-project-publ...git clone gitlawb://did:key:z6Mkq5mY.../my-project-publ...2fa351d6docs: add automaton and perps launch sources16d ago| /** |
| #2 | * Automaton Database |
| #3 | * |
| #4 | * SQLite-backed persistent state for the automaton. |
| #5 | * Uses better-sqlite3 for synchronous, single-process access. |
| #6 | */ |
| #7 | import type { AutomatonDatabase } from "../types.js"; |
| #8 | export declare function createDatabase(dbPath: string): AutomatonDatabase; |
| #9 | //# sourceMappingURL=database.d.ts.map |