Hello,
I use Flowable within a spring boot application. Can I use some existing hooks to execute app-specific SQL statements at the begin of every transaction?
Background: In PostgreSQL, you can change the database user per transaction, using the command ‘SET LOCAL ROLE’. I want to change user because I use PostgreSQL-provided access control features to restrict users’ access to model classes.
Thank you very much,
Timo