Abstract
Abstract
Readonly
entitiesReadonly
migrationsAll migrations that belong to this data source.
Abstract
Readonly
optionsGets a repository to access the table of the provided entity class.
A repository for the provided entity class.
Initializes the data source.
Transforms the property on the given entity class to typeorm column options.
Typeorm column options.
Runs migrations for the data source.
Starts a new transaction.
Optional
isolationLevel: IsolationLevelThe isolation level of the transaction.
A new transaction that can be passed to any repository methods.
A base data source definition. Configured for postgres by default.