diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-06 07:06:46 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-06 07:06:46 +0000 |
commit | c3f93965a957a722f2bf307396406d46d13253a6 (patch) | |
tree | 1a06ce5334d8349e676e498704585a19a8f7cf22 /databases/Makefile | |
parent | 95d44309044b6f9ccfbf028ac5a6d9dc7c94ae8f (diff) |
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>
Notes
Notes:
svn path=/head/; revision=152869
Diffstat (limited to 'databases/Makefile')
-rw-r--r-- | databases/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index d889cfdc5b14..87ac5d1484b8 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -210,6 +210,7 @@ SUBDIR += p5-DBIx-Recordset SUBDIR += p5-DBIx-SQLEngine SUBDIR += p5-DBIx-SearchBuilder + SUBDIR += p5-DBIx-Sequence SUBDIR += p5-DBIx-Simple SUBDIR += p5-DBIx-Table SUBDIR += p5-DBIx-TableHash |