- in memory version comparisions instead of doing sql call per version
- --no-schema for skipping schema dumps
- .notx extension support for skipping transaction ex. migrations/20220517232343_add_columns_to_users.postgres.notx.up.sql
From source# For go version 1.20 and later,
Without sqlite 3 support:
go install github.com/friesencr/pop/v6/soda@latest
With sqlite 3 support (requires GCC or equivalent C compiler):
go install -tags sqlite github.com/friesencr/pop/v6/soda@latest
Please visit http://gobuffalo.io for the latest documentation, examples, and more.