
Presented by Scott MacVicar
Data storage is an integral part of PHP development. The usual solution is a DBMS, but the availability and configuration can differ
greatly, resulting in an overly complex database abstraction layer. A simple solution in most situations is SQLite, a fast,
transactional serverless DBMS available since PHP 5. This session will cover: An overview of SQLite, Uses for SQLite, Porting your
current dbms usage to SQLite3, Performance tweaking.