SQLite3 is great. Had a few questions that were not directly addressed on the linked page.
1) Will the SQL implementation be identical between SQL3 and SQL4?
2) Does "I/O is direct to disk" indicate the same sort of locking that exists in SQLite3 (the database is locked DML which makes its application as a web server db somewhat limited).
My guess is yes to both...