-1

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!

user1069609
  • 863
  • 5
  • 16
  • 30

1 Answers1

3

SQLite is very mature. It is included in major applications, including Firefox, Android, Adobe Integrated Mountie, Python, Mac OS and Skype.

I think it's very appropriate for a small read-only database.

Matthew Flaschen
  • 278,309
  • 50
  • 514
  • 539