uptrace / bun

SQL-first Golang ORM

Home Page:https://bun.uptrace.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

no transactional migrations support

user3160 opened this issue · comments

It seems there is no transactional migrations support like we had in go-pg with MustRegisterTx().

Even if I create my own transaction inside migration, when it gets rolled back, the metadata in DB table bun_migrations is still stored as if the migration was sucessfull.