libdbix-sequence-perl

simple SQL92 ID generator

Description

DBIx::Sequence is intended to give easier portability to Perl database application by providing a database independent 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.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://metacpan.org/release/DBIx-Sequence


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install libdbix-sequence-perl