github scylladb/gocqlx v2.3.0
Release 2.3.0

latest releases: v3.0.4, v3.0.3, v3.0.2...
4 years ago

This release:

  • Adds dbutil packages that will contain auxiliary tools built on top of gocqlx and its sub packages
  • Adds dbutil.RewriteTable a generalization of table.RewriteRows that can clone a table and apply a data transformation for each row
  • Adds migrate.CallbackRegister to simplify usage of migration callback
  • Adds support for in CQL file callbacks with a CQL comment -- CALL MyCallbackName;
INSERT INTO bar (id) VALUES (1);

-- CALL MyCallbackName;

INSERT INTO bar (id) VALUES (2);

See the complete example in migrate/example dir.

Don't miss a new gocqlx release

NewReleases is sending notifications on new releases.