uptrace / bun

SQL-first Golang ORM
https://bun.uptrace.dev
BSD 2-Clause "Simplified" License
3.65k stars 221 forks source link

add CreateTxSQLMigrations function #916

Closed codeliger closed 8 months ago

codeliger commented 12 months ago

This PR enables the CreateSQLMigrations function to create transactional sql migration files (.tx.sql)

vmihailenco commented 8 months ago

Thank you :+1: