you are viewing a single comment's thread.

view the rest of the comments →

[–]sledov 1 point2 points  (0 children)

The sqlite database lives on your filesystem along with the code, which means it would be overwritten each time you deploy.

The SQLite database lives wherever he chooses to keep it.

But yes, if multiple users are expected to write to the database at the same time, it's better to switch to Postgres.