Sunday, December 16, 2007

Sqlite

I was reading up on Sqlite and it looks fantastic. Supposedly faster than MySql at many things and it is file based instead of having to have a separate server up and running to access a database. This means backups are as simple as coppying the file somewhere else.

So in my world all scripts are written in PHP and all database stuff might be done with SqlLite. This would give the ability to universally run a script on any system whether it be windows, linux, hp-ux, bsd, osx, etc.. No setup and no fuss.

No comments: