mirror of
https://github.com/php/presentations.git
synced 2026-03-24 15:42:33 +01:00
14 lines
354 B
XML
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> |