The PostgreSQL is dead, long live the SQLite ! by kinoppyd · Pull Request #258 · kufu/mie
What I did in this Pull Request, and how to move the development database to SQLite Back up the Postgres database with pg_dump pg_dump postgres://postgres:postgres@127.0.0.1:25432/mie_development -...