php-doc-en/reference/dba/book.xml
Johannes Schlüter fbdf7f9578 Sleepycat is no more for some time
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@295744 c90b9560-bf6c-de11-be94-00142212c4b1
2010-03-02 17:38:34 +00:00

53 lines
1.3 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- Purpose: database.abstract -->
<!-- Membership: bundled -->
<book xml:id="book.dba" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Database (dbm-style) Abstraction Layer</title>
<titleabbrev>DBA</titleabbrev>
<!-- {{{ preface -->
<preface xml:id="intro.dba">
&reftitle.intro;
<para>
These functions build the foundation for accessing Berkeley DB
style databases.
</para>
<para>
This is a general abstraction layer for several file-based databases.
As such, functionality is limited to a common subset of features
supported by modern databases such as
<link xlink:href="&url.berkeleydb;">Oracle Berkeley DB</link>.
</para>
</preface>
<!-- }}} -->
&reference.dba.setup;
&reference.dba.constants;
&reference.dba.examples;
&reference.dba.reference;
</book>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->