Comment on What if we treated Postgres like SQLite?Comments−kissgyorgy11moThe huge advantage of SQLite is not that it's on the same machine, but it's that is it in process which makes deployment and everything else just simpler.−markuswOP11moYeah, totally agreed. An embedded Postgres would be sweet (see pglite elsewhere here in the comments, looks interesting).
Comments
The huge advantage of SQLite is not that it's on the same machine, but it's that is it in process which makes deployment and everything else just simpler.
Yeah, totally agreed. An embedded Postgres would be sweet (see pglite elsewhere here in the comments, looks interesting).