MCPcopy Create free account
hub / github.com/MagicCube/agentara /

Class

src/data/data-connection.ts:26–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24 * @typeParam TSchema - The merged Drizzle schema object.
25 */
26export class DataConnection<
27 TSchema extends Record<string, unknown> = Record<string, unknown>,
28> {
29 private _sqlite: SQLiteDatabase;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected