Y
Hacker News
new
|
ask
|
show
|
jobs
by
mrbluecoat
205 days ago
If single binary is a selling point, why not use sqlite instead of postgres?
1 comments
charlie-haley
205 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.
link