Comment by mrbluecoat Comment by mrbluecoat 17 hours ago 1 reply Copy Link View on Hacker News If single binary is a selling point, why not use sqlite instead of postgres?
Copy Link charlie-haley 17 hours ago Collapse Comment - 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. Reply View | 0 replies
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.