UNPKG

@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.

6 lines (5 loc) 279 B
export const KNEX_INSTANCE='KNEX_INSTANCE' export const KNEST_TABLE_INFO='custom:KNEST_TABLE_INFO' export const KNEST_COLUMNS_INFO='custom:KNEST_COLUMNS_INFO' export const KNEST_MIGRATIONS_CONFIG='KNEST_MIGRATIONS_CONFIG' export const KNEST_SNAPSHOT_NAME='last-version.snapshot'