You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cli too similar https://github.com/pressly/goose , github.com/uptrace/go-clickhouse/chmigrate , etc.., where an application can create a "migration" folder with numbered schema changes which run on a dataset. We should write it to use .go files, which actally pressly/goose supports for its migration files
bond-dump
cli to export table data to some file-format. Potential file formats could be just a flat file with cbor (sorted by primary key), or lmk if you have other ideas?
lets add ./cmd/bond-migrate and ./cmd/bond-dump
bond-migrate
bond-dump
cc: @marino39
The text was updated successfully, but these errors were encountered: