News Feed
Jobs Feed
Sections




News Archive
Justin Silverton's Blog:
Using sqlite and php
March 08, 2006 @ 07:18:31

Justin Silverton has posted this introduction to using SQLite and PHP on his blog. It describes what SQLite is and how to install PHP support for it.

SQLite is a small library that implements a self-contained, embeddable, zero-configuration SQL database engine. Features include: Transactions are atomic, consistent, isolated, and durable, Zero-configuration, Database files can be freely shared, Supports databases up to 2 terabytes, and many more.

Why would I need this? If you want to have the advantages of a SQL database, without having to install a separate system such as mysql or postgres. It has also been demonstrated to work on websites getting more than 1,000,000 hits per day.

The installation section is a bit short on the details, but does briefly cover both the unix and windows sides. Also included is a brief example of how to make a query on a SQLite database via the PHP functions compiled in.

0 comments voice your opinion now!
tutorial sqlite using install example tutorial sqlite using install example


blog comments powered by Disqus

Similar Posts

Padraic Brady's Blog: PHP Mutation Testing With MutateMe

Symfony Blog: How to send emails in symfony 1.1

Volker Dusch's Blog: Setting up Hudson for PHP Projects in 15 minutes

PHP-GTK Community Site: Accessing geo-nick with Zend Framework (Zend_XmlRpc_Client)

Etienne Kneuss' Blog: Late Static Bindings Explained


Community Events











Don't see your event here?
Let us know!


zendframework2 community symfony2 database introduction framework rest language usergroup testing release opinion development series phpunit functional google conference interview podcast

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework