eggi-ai-db-schema
Version:
Type-safe database schema and ORM client for Eggi.AI with direct RDS connection
13 lines • 847 B
JavaScript
/**
* =============================================================================
* CONFIG EXPORTS - Configuration and Setup
* =============================================================================
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.getCredentials = exports.setupDatabaseUrl = exports.getDatabaseUrl = void 0;
var aws_config_1 = require("./aws-config");
Object.defineProperty(exports, "getDatabaseUrl", { enumerable: true, get: function () { return aws_config_1.getDatabaseUrl; } });
Object.defineProperty(exports, "setupDatabaseUrl", { enumerable: true, get: function () { return aws_config_1.setupDatabaseUrl; } });
Object.defineProperty(exports, "getCredentials", { enumerable: true, get: function () { return aws_config_1.getCredentials; } });
//# sourceMappingURL=index.js.map
;