"Another way to look at SQLite is this: SQLite is not designed to replace Oracle. It is designed to replace fopen()."
https://www.sqlite.org/whentouse.html
There are very few instances where I end up in a position where I have to decide whether I need to use postgres or sqlite, they have very different use cases.
They can't say it, but it is designed to replace FoxPro and Access, or more generally: a local ODBC connection.
"Another way to look at SQLite is this: SQLite is not designed to replace Oracle. It is designed to replace fopen()."
https://www.sqlite.org/whentouse.html
There are very few instances where I end up in a position where I have to decide whether I need to use postgres or sqlite, they have very different use cases.