c3f93965a9
DBIx::Sequence - A simple SQL92 ID generator This module is intended to give easier portability to Perl database application by providing a database independant unique ID generator. This way, an application developer is not bound to use his database's SEQUENCE or auto_increment thus making his application portable on multiple database environnements. This module implements a simple Spin Locker mechanism and is garanteed to return a unique value every time it is called, even with concurrent processes. It uses your database for its state storage with ANSI SQL92 compliant SQL. All SQL queries inside DBIx::Sequence are pre cached and very efficient especially under mod_perl. WWW: http://search.cpan.org/dist/DBIx-Sequence/ PR: ports/91373 Submitted by: Jon Nistor <nistor@snickers.org>
3 lines
207 B
Text
3 lines
207 B
Text
MD5 (DBIx-Sequence-1.5.tar.gz) = 177e5c5efc7c04613de7cd1f5fe0186a
|
|
SHA256 (DBIx-Sequence-1.5.tar.gz) = 7fccc5a35792bcc1ae302af916f1ead04a1a76f7cc6a0d48fb6443a40bd7bcc7
|
|
SIZE (DBIx-Sequence-1.5.tar.gz) = 12423
|