Page Contents

Home > @loopback/repository-tests > CrudFeatures > supportsTransactions

CrudFeatures.supportsTransactions property

Does the connector support using transactions for performing CRUD operations atomically and being able to commit or rollback the changes? SQL databases usually support transactions

Default: false

Signature:

supportsTransactions: boolean;