diff --git a/README.md b/README.md index 14218c9..8cf4907 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,7 @@ There is also an extension function for a specific library to simplify transacti ## Persistence There is an optional persistence layer that can be used to store messages in the database. +Persistence is NOT transactional at the moment, unless a transactional connection is provided. Migration script is located in: * [pg-kueue-utils/src/testFixtures/resources/database/1_kueue_events.sql](pg-kueue-utils/src/testFixtures/resources/database/1_kueue_events.sql)