kioai / lib /db /dist /index.d.ts
kinaiok
Initial deployment setup for Hugging Face Spaces
5ef6e9d
import * as schema from "./schema";
export declare const pool: import("pg").Pool;
export declare const db: import("drizzle-orm/node-postgres").NodePgDatabase<typeof schema> & {
$client: import("pg").Pool;
};
export * from "./schema";
//# sourceMappingURL=index.d.ts.map