> SQLITE is usually much easier to handle than mysql/postgressql, you > don't > need no running database daemon for it, yet it is very fast and > supports > SQL for ad-hoc queries. Excellent addition to the source! Also, sqlite in our experience is faster then Mysql/Postgres for our needs. Holger, Thanks very much :)