© 2026 Hedgehog Software, LLC
import { getXataClient } from "../../xata"; const xata = getXataClient(); console.log(xata) // returns // XataClient { // db: {}, // search: { all: [AsyncFunction: all], byTable: [AsyncFunction: byTable] }, // transactions: { run: [AsyncFunction: run] } }
console.log(xata.db);
Property 'db' does not exist on type 'XataClient'