From 6de506a44430388dfba4d859f3e64c231a911217 Mon Sep 17 00:00:00 2001 From: Hartmut Holzgraefe Date: Sat, 2 Mar 2002 17:17:56 +0000 Subject: [PATCH] introduction doesn't need a section of its own git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@71675 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/dbplus.xml | 33 +++++++++++++++------------------ 1 file changed, 15 insertions(+), 18 deletions(-) diff --git a/functions/dbplus.xml b/functions/dbplus.xml index f34fd8ddf3..bee5f86989 100644 --- a/functions/dbplus.xml +++ b/functions/dbplus.xml @@ -1,5 +1,5 @@ - + DB++ Functions DB++ @@ -7,23 +7,20 @@ &warn.experimental; -
- DB++ Database Functions - - db++, made by the german company Concept asa, is a relational - database system with high performance and low memory and disk - usage in mind. While providing SQL as an additional language - interface it is not really a SQL database in the first place but - provides its own AQL query language which is much more influenced - by the relational algebra then SQL is. - - - Concept asa always had an interest in supporting open source - languages, db++ has had Perl and Tcl call interfaces for years - now and uses Tcl as its internal stored procedure language. - -
+ + db++, made by the german company Concept asa, is a relational + database system with high performance and low memory and disk + usage in mind. While providing SQL as an additional language + interface it is not really a SQL database in the first place but + provides its own AQL query language which is much more influenced + by the relational algebra then SQL is. + + + Concept asa always had an interest in supporting open source + languages, db++ has had Perl and Tcl call interfaces for years + now and uses Tcl as its internal stored procedure language. +
Requirements