logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

KiokuDB::Role::UUIDs::SerialIDs - Serial ID assignment based on a global counter.

Author

       Yuval Kogman <nothingmuch@woobling.org>

Description

       This role provides an alternate, development only ID generation role.

       The purpose of this role is to ease testing when the database is created from scratch on each run.
       Objects will typically be assigned the same IDs between runs, making things easier to follow.

       Do NOT use this role for storage of actual data, because ID clashes are almost guaranteed to cause data
       loss.

Name

       KiokuDB::Role::UUIDs::SerialIDs - Serial ID assignment based on a global counter.

Synopsis

           # set before loading:

           BEGIN { $KiokuDB::SERIAL_IDS = 1 }

           use KiokuDB;

Version

       version 0.57

See Also