CHAPTER 22SQLite

As of PHP 5, support was added for the open source database server SQLite (http://www.sqlite.org/). This was done partly in response to the decision to unbundle MySQL from version 5 due to licensing discrepancies and partly in response to a realization that users might benefit from the availability of another powerful database that nonetheless requires measurably less configuration and maintenance as compared to similar products. This chapter introduces both SQLite and PHP's ability to interface with this surprisingly capable database engine.

Introduction to SQLite

SQLite is a very compact, multiplatform SQL database engine written in C. Practically SQL-92 compliant, SQLite offers many of the core management features made available ...

Get Beginning PHP and MySQL: From Novice to Professional, Third Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.