@knestjs/core
Version:
Knestjs search to be a Nestjs ORM in which you write the models once and only once. This is done creating migrations automatically from the models that you create.
8 lines (7 loc) • 335 B
text/typescript
export * from './knest.module'
export * from './migrations/migrations.service'
export * from './decorators/table.decorator'
export * from './decorators/column.decorator'
export {KNEX_INSTANCE} from './constants'
export {TableSnapshotFactory} from './migrations/table-snapshot'
export {TableSnapshot} from './migrations/snapshot.types'