blob: 32ecad230f714337fb6d0cc02ad99e9019e11fbc (
plain) (
blame)
1
2
3
4
5
6
7
|
The DBIx::MySQLSequence package implements an emulation layer that
provides "real" sequences on MySQL. The module works by creating a
"sequence table", a single table where each record represents a
single sequence, and performing some "magic" MySQL specific SQL to
ensure the sequences will work correctly.
WWW: http://search.cpan.org/dist/DBIx-MySQLSequence/
|