eggi-ai-db-schema
Version:
Type-safe database schema and ORM client for Eggi.AI with direct RDS connection
8 lines • 389 B
TypeScript
/**
* =============================================================================
* CONFIG EXPORTS - Configuration and Setup
* =============================================================================
*/
export { getDatabaseUrl, setupDatabaseUrl, getCredentials } from "./aws-config";
export type { SimplifiedCredentials } from "./aws-config";
//# sourceMappingURL=index.d.ts.map