UNPKG

@nodeboot/starter-persistence

Version:

Nodeboot starter package for persistence. Supports data access layer auto-configuration providing features like database initialization, consistency check, entity mapping, repository pattern, transactions, paging, migrations, persistence listeners, persis

7 lines 192 B
export declare const PERSISTENCE_CONFIG_PATH = "persistence"; export declare enum RepositoryType { SQL = "sql", MONGO = "mongo", TREE = "tree" } //# sourceMappingURL=types.d.ts.map