Hacker News new | ask | show | jobs
by charlie-haley 204 days ago
Postgres has a lot of features such as trigram-based search which is pretty essential if I don't want to use a dedicated search indexer. It's also much better at handling concurrent writes than SQLite.