use ReadableTable;
use crateGraphError;
use crateWriteCtx;
/// Increment and return the counter stored at `key` in the `meta` table,
/// within the given write transaction. Allocation is only durable once the
/// caller commits the underlying transaction, keeping id allocation inside
/// the same crash-safety boundary as the row(s) it's used for.
pub