This website requires JavaScript.
Explore
Help
Register
Sign in
kpriv
/
freebsd-ports
Watch
1
Star
0
Fork
You've already forked freebsd-ports
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
742d3b85b4
freebsd-ports
/
databases
/
p5-DBIx-Sequence
/
pkg-plist
3 lines
66 B
Text
Raw
Normal View
History
Unescape
Escape
New port databases/p5-DBIx-Sequence 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>
2006-01-06 08:06:46 +01:00
%%SITE_PERL%%/DBIx/Sequence.pm
- add stage support Approved by: portmgr (blanket infrastructure)
2014-01-29 18:46:33 +01:00
%%PERL5_MAN3%%/DBIx::Sequence.3.gz
Reference in a new issue
Copy permalink