mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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
This commit is contained in:
parent
fa139bcdac
commit
6de506a444
1 changed files with 15 additions and 18 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.23 $ -->
|
||||
<!-- $Revision: 1.24 $ -->
|
||||
<reference id="ref.dbplus">
|
||||
<title>DB++ Functions</title>
|
||||
<titleabbrev>DB++</titleabbrev>
|
||||
|
@ -7,23 +7,20 @@
|
|||
<partintro>
|
||||
&warn.experimental;
|
||||
|
||||
<section id="dbplus.intro">
|
||||
<title>DB++ Database Functions</title>
|
||||
<para>
|
||||
db++, made by the german company <ulink
|
||||
url="&url.dbplus.company;">Concept asa</ulink>, 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.
|
||||
</para>
|
||||
<para>
|
||||
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.
|
||||
</para>
|
||||
</section>
|
||||
<para id="dbplus.intro">
|
||||
db++, made by the german company <ulink
|
||||
url="&url.dbplus.company;">Concept asa</ulink>, 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.
|
||||
</para>
|
||||
<para>
|
||||
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.
|
||||
</para>
|
||||
|
||||
<section id="dbplus.requirenments">
|
||||
<title>Requirements</title>
|
||||
|
|
Loading…
Reference in a new issue