UNPKG
@willsoto/nestjs-objection
Version:
latest (9.0.0)
next (6.0.0-next.1)
9.0.0
8.1.2
8.1.1
8.1.0
8.0.0
7.2.0
7.1.0
7.0.0
6.3.0
6.2.0
6.1.0
6.0.0
6.0.0-next.1
5.1.0
5.0.0
4.0.2
4.0.1
4.0.0
3.2.0
3.1.0
3.0.0
2.2.0
2.1.0
2.0.0
1.1.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.2.1
Objection module for NestJS
github.com/willsoto/nestjs-objection
willsoto/nestjs-objection
@willsoto/nestjs-objection
/
src
/
constants.ts
4 lines
(3 loc)
•
173 B
text/typescript
View Raw
1
2
3
4
export
const
OBJECTION_MODULE_OPTIONS =
"ObjectionModuleOptions"
;
export
const
OBJECTION_BASE_MODEL =
"ObjectionBaseModel"
;
export
const
KNEX_CONNECTION =
"KnexConnection"
;