libdbix-class-uuidcolumns-perl

Implicit uuid columns
  http://search.cpan.org/dist/DBIx-Class-UUIDColumns/
  0
  no reviews



Dbix::class provides a behaviour similar to class::dbi::uuid. it impments globally unique columns values. when an object is created, the columns specified are given unique ids.

when loaded, uuidcolumns will search for a suitable uuid generation module from the following list of supported modules:

* data::uuid
* apr::uuid*
* uuid
if no supporting module can be found, an exception will be thrown.