rolang / dumbo

Simple database migration tool for Postgres with skunk on JVM and Native
MIT License
26 stars 3 forks source link

Add support for non-transactional operations #11

Closed rolang closed 9 months ago

rolang commented 10 months ago

E.g. for operations like CREATE INDEX CONCURRENTLY...

rolang commented 9 months ago

implemented in https://github.com/rolang/dumbo/pull/16