The shape of the context object returned by createDb: every registered entity becomes a typed DbSet property.
DbSet
Readonly
The underlying Knex instance the context was constructed with.
Run callback inside a Knex transaction. The callback receives a new DbContext whose DbSets are bound to the transaction.
callback
DbContext
Return a new DbContext whose DbSets are bound to trx. Useful when you already have a Knex transaction in scope.
trx
The shape of the context object returned by createDb: every registered entity becomes a typed
DbSetproperty.