Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

> Postgres isn't hard to use, but it requires maintenance. You need more scripts, more tooling, more knowledge of DBA, and that may not be necessary.

I don't think Postgres needs to be maintained at all for small databases, which is usually the use case for SQLite. Their default configurations would take care of most things for trivial applications.

> Starting an application with a temporary in-memory database is a lot faster than starting a full container.

Starting a container might be way slower than SQLite, but I would still consider it fast for most, if not all use cases.

> hooking up a Postgres account

You can configure Postgres to start up in trust mode, which doesn't require a password for any user. This is basically the same as the unencrypted SQLite database file but with a fixed connection string: `postgresql://postgres@localhost`



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: