| Paketname | libdbix-sequence-perl |
| Beschreibung | A simple SQL92 ID generator |
| Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
| Version | 1.5-1 |
| Sektion | universe/perl |
| Priorität | optional |
| Installierte Größe | 100 Byte |
| Hängt ab von | libdbi-perl |
| Empfohlene Pakete | |
| Paketbetreuer | Ubuntu MOTU Developers |
| Quelle | |
| Paketgröße | 20644 Byte |
| Prüfsumme MD5 | ed6234e6dbf43f0aef1cd14e65d472ab |
| Prüfsumme SHA1 | 12032d325ae769ea92e42b6f518083b7241e3657 |
| Prüfsumme SHA256 | 783584b7a7291bb7daa45f96eda6bf31f1788786601e2523b2d29515d624df85 |
| 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.
|