summaryrefslogtreecommitdiff
path: root/databases/p5-DBIx-Class-UUIDColumns/DESCR
blob: ff3fe103289350c62a798dfc7ab451e300148070 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
This DBIx::Class component resembles the behaviour of Class::DBI::UUID,
to make some columns implicitly created as uuid.

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

    Data::UUID APR::UUID* UUID Win32::Guidgen Win32API::GUID

If no supporting module can be found, an exception will be thrown.

*APR::UUID will not be loaded under OpenBSD due to an as yet
unidentified XS issue.