<dbspecification>
  <database name="RekallDemoMySQL" asfiles="0">
    <description><![CDATA[
       <b>RekallDemo: Rekall Demonstration Database</b>
       <p>
       This is a simple demonstration database for Rekall which runs on
       MySQL. It contains clients and products, and orders for each client;
       it also has functions to export the clients in CSV or XML format,
       and to generate a simple orders report.
       </p>
       <p>
       You will need access to a MySQL database into which Rekall will
       place a number of tables.
       </p>
    ]]></description>
    <validdb db="mysql"/>
    <url>RekallDemoMYSQL.dbspec</url>
  </database>
  <database name="RekallDemoXBase" asfiles="1">
    <description><![CDATA[
       <b>RekallDemo: Rekall Demonstration Database</b>
       <p>
       This is a similar database, but using the XBase/XBSQL driver.
       Here, the forms, etc., are stored in the file system rather than
       in the database itself.
       </p>
       <p>
       You will need only a directory into which Rekall can install
       the various files.
       </p>
    ]]></description>
    <validdb db="xbase"/>
    <url>RekallDemoXBase.dbspec</url>
  </database>
</dbspecification>
