© 2026 Hedgehog Software, LLC
import * as schemas from '../schemas';
createDatabaseClient
const db: NeonHttpDatabase<any> & { $client: NeonQueryFunction<false, false>; }
import { schemas } from '../schemas';
const db: NeonHttpDatabase<{ accountsTable: PgTableWithColumns<{ name: "accounts"; schema: undefined; columns: { id: PgColumn<{ name: "id"; tableName: "accounts"; dataType: "string"; columnType: "PgText"; data: string; driverParam: string; notNull: true;