PEAR::SQLite: The Lightweight Alternative
(Page 1 of 6 )
In this tutorial, Timothy shows you how to get started using SQLite.
SQLite is a C library that implements an embeddable SQL database engine. Scripts which link with the SQLite library can have SQL access without running an additional database server.
Certainly MySQL and other relational database systems are handy for large scale or multi-user applications. But if you're running a small website that doesn't need a full-fledged SQL server behind it, you might want to look into SQLite as your database solution. Interfacing SQLite with PHP is easy with PEAR's SQLite wrapper.
Next: Installing PEAR::SQLite >>
More Database Articles Articles
More By bluephoenix