UNPKG

@xmcp-dev/better-auth

Version:

Better Auth integration for xmcp

4 lines 144 B
import { Pool } from "pg"; export type PostgresDatabase = Pool; export type Database = PostgresDatabase; //# sourceMappingURL=databases.d.ts.map