MCPcopy Create free account
hub / github.com/TejasQ/tejaskumar.com / XataClient

Class XataClient

util/xata.ts:48–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46};
47
48export class XataClient extends DatabaseClient<DatabaseSchema> {
49 constructor(options?: BaseClientOptions) {
50 super({ ...defaultOptions, ...options }, tables);
51 }
52}
53
54let instance: XataClient | undefined = undefined;
55

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected