AbstractAbstract ReadonlyentitiesReadonlymigrationsAll migrations that belong to this data source.
Abstract ReadonlyoptionsReadonlyrootThe optional root password.
ReadonlyrootThe optional root username.
Creates the data that should be backed up in form of a Readable stream.
Gets 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.
Restores this resource to the the given backup data.
Runs migrations for the data source.
Starts a new transaction.
OptionalisolationLevel: 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.