From SQLite to MariaDB: When Your Application Needs to Grow (from lefred's blog)
SQLite is fantastic. Really. For a developer starting a new project, it is difficult to find something easier: no server to install, no network configuration, no user management, no backup strategy to define on day one. You create a file, you open it from your application, and you are ready to store data. That is […]
[...]
