Adds a new property to the given entity.
Mostly needed in the context of migrations.
Changes the given oldProperty to the newProperty on the given entity.
Creates the data that should be backed up in form of a Readable stream.
ReadonlyentitiesThe entities of this data source.
Gets a repository to manage the provided entity class in the data source.
A repository for the provided entity class.
Initializes the data source.
ReadonlymigrationsAll migrations that belong to this data source.
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.
Definition for a data source.