in reply to Re: Cross-platform DB
in thread Cross-platform DB

I agree with this. SQLite is very easy to use. Each database is stored in its own easy to find (and backup) file. Helps too when there is a useful tool like the SQLite Database Browser (sourceforge.net). Note on using this tool though is that when you modify the database, you have to save it to remove the lock it puts in place.