SQLite3 is a fast lightweight dbms that works great as a local database during development. And once the project is deployed onto a server, a different dbms (MySQL, PostgreSQL, etc) can be selected ...