News Feed
Jobs Feed
Sections



Recent Jobs

News Archive
Zend Developer Zone:
SQLite Lean, Mean DB Machine
September 07, 2006 @ 07:41:38

On the Zend Developer Zone, there's a new tutorial looking at one of the unsung heroes of the web development world - one that, when you need it, it does what it does well - SQLite.

Is a full-blown database server even necessary for most PHP applications? What about a data-driven website like a blog or a simple family photo album or message board? In these and may other cases, the small, simple, and extremely powerful SQLite may be all you need. Let's take SQLite out for a test drive and see how it performs, find some of the quirks you might run in to, and how to get the most use out of it.

They talk about SQLite being a "staple" in PHP for a while now and how PDO plays so well with it. They move on to the code quickly, giving a simple example of how to create a database, and table, and inserting content into the latter.

Other more advanced features are discussed - data types, speed of queries, using transactions, and cleaning up the code to really make it fly. They even talk about "user defined aggregate functions", a method to make running a set of data through the same processes over and over a snap.

0 comments voice your opinion now!
sqlite tutorial introduction features database speed file pdo sqlite tutorial introduction features database speed file pdo




Community Events





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


series introduction symfony2 language manifesto security development phpunit framework interview test release custom opinion community application api podcast conference unittest

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