eggi-ai-db-schema
Version:
Type-safe database schema and ORM client for Eggi.AI with direct RDS connection
20 lines • 798 B
TypeScript
/**
* =============================================================================
* EGGI.AI DATABASE SCHEMA - DRIZZLE ORM
* =============================================================================
* Fully-typed database schema and client for Eggi.AI authentication & social accounts
*
* This package provides:
* - Type-safe database schema definitions
* - Fully-typed database client with connection management
* - AWS Secrets Manager integration
* - Migration support via Drizzle Kit
*/
export * from "./lib";
export * from "./config";
export * from "./types";
export * from "./utils";
export * from "./queries/close-connections";
export * from "./utils/on-demand-mapping-operations";
export { eq, and, or, desc, asc, sql } from "drizzle-orm";
//# sourceMappingURL=index.d.ts.map