What can be considered the best RDBMS for a web application to query database tables located on the web server host machine, which has linux OS with unixODBC installed? The database tables are small and need just read-only access.
SQLite3 or mySQL or something else?
I'm leaning towards SQLite3, but is it mature?
Thanks!