glfs/general/genlib/gdbm/gdbm-intro.xml

26 lines
942 B
XML
Raw Normal View History

<sect2>
<title>Introduction to <application><acronym>GDBM</acronym></application></title>
<para>The <application><acronym>GDBM</acronym></application> package
contains the <acronym>GNU</acronym> Database Manager. This
is a disk file format database which stores key/data-pairs in single
files. The actual data of any record being stored is indexed by a unique
key, which can be retrieved in less time than if it was stored in a text
file.</para>
<sect3><title>Package information</title>
<itemizedlist spacing='compact'>
<listitem><para>Download (HTTP): <ulink
url="&gdbm-download-http;"/></para></listitem>
<listitem><para>Download (FTP): <ulink
url="&gdbm-download-ftp;"/></para></listitem>
<listitem><para>Download size: &gdbm-size;</para></listitem>
<listitem><para>Estimated Disk space required:
&gdbm-buildsize;</para></listitem>
<listitem><para>Estimated build time:
&gdbm-time;</para></listitem></itemizedlist>
</sect3>
</sect2>