<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://www.applicationxml.com/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://www.applicationxml.com/feed.php">
        <title>ApplicationXML- справочник examples:app_db</title>
        <description></description>
        <link>http://www.applicationxml.com/</link>
        <image rdf:resource="http://www.applicationxml.com/lib/images/favicon.ico" />
       <dc:date>2026-04-06T11:56:36+03:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://www.applicationxml.com/doku.php?id=examples:app_db:home_lib&amp;rev=1603982034&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.applicationxml.com/doku.php?id=examples:app_db:mail_archive&amp;rev=1603982034&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://www.applicationxml.com/lib/images/favicon.ico">
        <title>ApplicationXML- справочник</title>
        <link>http://www.applicationxml.com/</link>
        <url>http://www.applicationxml.com/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://www.applicationxml.com/doku.php?id=examples:app_db:home_lib&amp;rev=1603982034&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-10-29T16:33:54+03:00</dc:date>
        <title>examples:app_db:home_lib</title>
        <link>http://www.applicationxml.com/doku.php?id=examples:app_db:home_lib&amp;rev=1603982034&amp;do=diff</link>
        <description>Маленькое приложение «Домашняя библиотека» с использованием базы данных. 



&lt;AppXML title=&quot;Домашняя библиотека&quot;  default-class-name=&quot;Lib&quot; log-modifying-date=&quot;true&quot; language=&quot;ru&quot;&gt;
	
    &lt;connect type=&quot;h2&quot; login=&quot;sa&quot; password=&quot;&quot; alias=&quot;file:.data/homeLib&quot; connect=&quot;true&quot;/&gt;
	
    &lt;database component-id=&quot;homeLibDatabase&quot;&gt;
        &lt;db version=&quot;1&quot;&gt;
            create table genre ( id integer not null auto_increment,
                                 name varchar(50),
                                 mo…</description>
    </item>
    <item rdf:about="http://www.applicationxml.com/doku.php?id=examples:app_db:mail_archive&amp;rev=1603982034&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-10-29T16:33:54+03:00</dc:date>
        <title>examples:app_db:mail_archive</title>
        <link>http://www.applicationxml.com/doku.php?id=examples:app_db:mail_archive&amp;rev=1603982034&amp;do=diff</link>
        <description>Приложение «Почтовый архив» с использованием базы данных. 

db.appxml

 
&lt;database component-id=&quot;mailExm&quot; order=&quot;last&quot;&gt;
    &lt;db version=&quot;1&quot;&gt;
    	CREATE TABLE parameters(
      		  id INTEGER NOT NULL AUTO_INCREMENT
     		, name VARCHAR(100) NOT NULL
     		, value VARCHAR(3000) NOT NULL
     		, modified_date DATETIME NOT NULL
     		, PRIMARY KEY (id)
		);	
	&lt;/db&gt;
&lt;/database&gt;</description>
    </item>
</rdf:RDF>
