Paketname | libdbix-sequence-perl |
Beschreibung | A simple SQL92 ID generator |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 1.5-1 |
Sektion | perl |
Priorität | optional |
Installierte Größe | 100 Byte |
Hängt ab von | libdbi-perl |
Empfohlene Pakete | |
Paketbetreuer | Debian Perl Group |
Quelle | |
Paketgröße | 20664 Byte |
Prüfsumme MD5 | 21a65bdc99b952d4cd414783db371cd6 |
Prüfsumme SHA1 | 593401f65f8b631062f6a83ee6669fdb9b05a137 |
Prüfsumme SHA256 | 4e4aa3b3d4fabf2a218ab99edf4f9c1c54596546c166165fa9088c8904f33278 |
Link zum Herunterladen | libdbix-sequence-perl_1.5-1_all.deb |
Ausführliche Beschreibung | This module 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.
|