Files
archived-presentations/slides/sqlite/database_trans.xml
2004-03-09 16:41:39 +00:00

14 lines
354 B
XML

<slide title="Transactions">
<image filename="transaction.jpg" align="right" />
<blurb fontsize="4em">
One of the SQL92 features SQLite supports is transactions. This feature can be used to significantly
accelerate applications that need to perform large number of write queries.
</blurb>
<break />
<example filename="database_pop12.php" />
</slide>