@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) • 334 B
TypeScript
export declare const KNEX_INSTANCE = "KNEX_INSTANCE";
export declare const KNEST_TABLE_INFO = "custom:KNEST_TABLE_INFO";
export declare const KNEST_COLUMNS_INFO = "custom:KNEST_COLUMNS_INFO";
export declare const KNEST_MIGRATIONS_CONFIG = "KNEST_MIGRATIONS_CONFIG";
export declare const KNEST_SNAPSHOT_NAME = "last-version.snapshot";