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

Class

util/xata.ts:48–48  ·  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 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected