nestjs-slonik
Version:
Slonik module for NestJS
7 lines (6 loc) • 311 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.DEFAULT_POOL_NAME = exports.SLONIK_MODULE_ID = exports.SLONIK_MODULE_OPTIONS = void 0;
exports.SLONIK_MODULE_OPTIONS = 'SlonikModuleOptions';
exports.SLONIK_MODULE_ID = 'SlonikModuleId';
exports.DEFAULT_POOL_NAME = 'default';