---
lang: en
title: 'API docs: repository-tests.crudfeatures.supportstransactions'
keywords: LoopBack 4.0, LoopBack 4, Node.js, TypeScript, OpenAPI
sidebar: lb4_sidebar
editurl: https://github.com/loopbackio/loopback-next/tree/master/packages/repository-tests
permalink: /doc/en/lb4/apidocs.repository-tests.crudfeatures.supportstransactions.html
---

<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@loopback/repository-tests](./repository-tests.md) &gt; [CrudFeatures](./repository-tests.crudfeatures.md) &gt; [supportsTransactions](./repository-tests.crudfeatures.supportstransactions.md)

## 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:**

```typescript
supportsTransactions: boolean;
```

