Packages

A high-performance, analytical Datalog engine for Gleam

Current section

Files

Jump to
aarondb include aarondb@sharded_MigrationPlan.hrl
Raw

include/aarondb@sharded_MigrationPlan.hrl

-record(migration_plan, {
moves :: list({integer(),
list({aarondb@fact:eid(), binary(), aarondb@fact:value()})})
}).