pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/pear-MDB2 Provides a common API for all supp...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fbed6f5e870d
branches:  trunk
changeset: 542059:fbed6f5e870d
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Wed Apr 30 19:37:34 2008 +0000

description:
Provides a common API for all supported RDBMS. The main difference to most
other DB abstraction packages is that MDB2 goes much further to ensure
portability. MDB2 provides most of its many features optionally that
can be used to construct portable SQL statements.

diffstat:

 databases/pear-MDB2/DESCR    |  24 ++++++++++++++++++++++++
 databases/pear-MDB2/Makefile |  11 +++++++++++
 databases/pear-MDB2/distinfo |   5 +++++
 3 files changed, 40 insertions(+), 0 deletions(-)

diffs (52 lines):

diff -r e0d446c3a860 -r fbed6f5e870d databases/pear-MDB2/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/pear-MDB2/DESCR Wed Apr 30 19:37:34 2008 +0000
@@ -0,0 +1,24 @@
+It provides a common API for all supported RDBMS. The main difference to most
+other DB abstraction packages is that MDB2 goes much further to ensure
+portability. MDB2 provides most of its many features optionally that
+can be used to construct portable SQL statements:
+* Object-Oriented API
+* A DSN (data source name) or array format for specifying database servers
+* Datatype abstraction and on demand datatype conversion
+* Various optional fetch modes to fix portability issues
+* Portable error codes
+* Sequential and non sequential row fetching as well as bulk fetching
+* Ability to make buffered and unbuffered queries
+* Ordered array and associative array for the fetched rows
+* Prepare/execute (bind) named and unnamed placeholder emulation
+* Sequence/autoincrement emulation
+* Replace emulation
+* Limited sub select emulation
+* Row limit emulation
+* Transactions/savepoint support
+* Large Object support
+* Index/Unique Key/Primary Key support
+* Pattern matching abstraction
+* Module framework to load advanced functionality on demand
+* Ability to read the information schema
+* RDBMS management methods (creating, dropping, altering)
diff -r e0d446c3a860 -r fbed6f5e870d databases/pear-MDB2/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/pear-MDB2/Makefile      Wed Apr 30 19:37:34 2008 +0000
@@ -0,0 +1,11 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/04/30 19:37:34 adrianp Exp $
+
+DISTNAME=      MDB2-2.4.1
+CATEGORIES=    databases
+
+MAINTAINER=    adrianp%NetBSD.org@localhost
+HOMEPAGE=      http://pear.php.net/package/MDB2
+COMMENT=       Merge of PEAR DB and Metabase database abstraction layers
+
+.include "../../lang/php/pear.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r e0d446c3a860 -r fbed6f5e870d databases/pear-MDB2/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/pear-MDB2/distinfo      Wed Apr 30 19:37:34 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/04/30 19:37:34 adrianp Exp $
+
+SHA1 (pear/MDB2-2.4.1.tgz) = 91e12cc3ae6203db6cf5b6bb42c7befa11777800
+RMD160 (pear/MDB2-2.4.1.tgz) = 2298a0c5963779f7d42f268d79ed607835413e4b
+Size (pear/MDB2-2.4.1.tgz) = 119790 bytes



Home | Main Index | Thread Index | Old Index