http://www.perlmonks.org?node_id=11103199


in reply to Re: is Sqlite db good enough to handle large data.
in thread is Sqlite db good enough to handle large data.

Fair points. The defining advantage of SQLite, for me, is that it does not require all the CREATE USER, GRANT PRIVILEGES and then debugging the localhost VS 127.0.0.1 and tens of other small problems (talking about MySQL here which is my main experience) arising when users try to install your application to different OS and with different privileges. SQLite can be run with default user and no networking which requires zero admin rights. I think?