π Fix
- Support for multi-statement migrations
Fixed an issue where applying migrations with multiple SQL statements would fail. The client now splits the script and executes each statement individually, allowing complex migrations to work as expected.
π Docs
- Updated Docker example
Thedocker-composecommand in the README has been updated to use modern syntax with named volumes.
β Tests
- Migration test added
Added a test to ensure that migrations containing multiple SQL statements are applied correctly.
Full Changelog: v0.2.2...v0.2.3