No Sql database

Hi all,
I want to configure flowable with any NO Sql database, like Couchbase db .
can i do this? guide me.
Thanks

1 Like

Currently, we don’t have an out of the box implementation. However, the persistence layer is separated out into DataManager interfaces, one for each entity type the engine use. That would be the first starting place. The next problem is to solve transactions (which depends on the chosen data store and might be very hard or simple), as the engine relies on transactionality to guarantee correct execution.