@squareboat/nestjs-objection
Version:
The objection database package for your NestJS Applications
9 lines (8 loc) • 382 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.SquareboatNestObjection = void 0;
class SquareboatNestObjection {
}
exports.SquareboatNestObjection = SquareboatNestObjection;
SquareboatNestObjection.dbConnection = '@squareboat/nestjs-objection/db_connection';
SquareboatNestObjection.databaseOptions = '@squareboat/nestjs-objection/db_options';
;