mirror of
https://github.com/php/presentations.git
synced 2026-03-24 15:42:33 +01:00
14 lines
491 B
XML
14 lines
491 B
XML
<slide>
|
|
<title>SQLite</title>
|
|
<blurb>Now there is always a DB fall back from script libraries or packages</blurb>
|
|
<list>
|
|
<bullet>Embedded flat file SQL database</bullet>
|
|
<bullet>No more flat file databases</bullet>
|
|
<bullet>Enabled by default</bullet>
|
|
<bullet>Function or OO interface</bullet>
|
|
<bullet>Cool memory DB capability</bullet>
|
|
<bullet>Excellent SQL standards support</bullet>
|
|
</list>
|
|
<example title="Example" fontsize="1.4em" filename="sqlite1.php" type="php" result="1"/>
|
|
</slide>
|