SQLite: Lean, Mean DB Machine
aschlag |
5 comments |
Wednesday, September 6, 2006
When most of us think of PHP, we think of developing for the web. In most cases we will be using a LAMP-based server setup, with our favorite web scripting language contributing the P. In most cases, the M is filled in with MySQL, although PHP does include support for several other database systems. 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.
[…]
Member Profile: Adam Schlag
aschlag |
0 comments |
Wednesday, June 21, 2006
Not here any more. See my Google Profile.
[…]

