Skip to content

v0.1.3

Compare
Choose a tag to compare
@mzabani mzabani released this 23 Feb 21:36
· 21 commits to master since this release
666f855

Codd no longer opens all pending migrations simultaneously. It opens one migration file at a time, ensuring it never runs into ulimit or system open file limits, which are particularly low in macOS. This means codd can now apply any number of migrations of any size, since not only the number of simultaneously open files is constant and small, but also memory usage is constant since migrations are streamed from disk.