diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2004-11-27 05:37:07 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2004-11-27 05:37:07 +0000 |
commit | 5cdd4c3c558f6c6478f5aa62fb1cc901728e58b2 (patch) | |
tree | 78d8027eda4286612aef74b6520ce849b2252188 /databases/Makefile | |
parent | ac7c9771a55ea4ad04f19ab60d246c8641eb9ae4 (diff) |
New port: databases/pear-MDB2 PEAR database abstraction layer
PEAR MDB2 is a merge of the PEAR DB and Metabase php database
abstraction layers.
Note that the API will be adapted to better fit with the
new php5 only PDO before the first stable release.
It provides a common API for all support RDBMS. The main
difference to most other DB abstraction packages is that
MDB2 goes much further to ensure portability.
Currently supported RDBMS:
MySQL
PostGreSQL
Oracle
Frontbase
Querysim
Interbase/Firebird
MSSQL
SQLite
Other soon to follow.
PR: ports/74408
Submitted by: Antônio Carlos Venâncio Júnior <antonio@php.net>
Notes
Notes:
svn path=/head/; revision=122556
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 2c3f455e5faf..e37d6f8d3a41 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -212,6 +212,7 @@ SUBDIR += pear-DB_DataObject_FormBuilder SUBDIR += pear-DB_Pager SUBDIR += pear-MDB + SUBDIR += pear-MDB2 SUBDIR += pear-sqlite SUBDIR += pecl-memcache SUBDIR += pgaccess |