| ▲ | mrbluecoat 3 hours ago | |
If single binary is a selling point, why not use sqlite instead of postgres? | ||
| ▲ | charlie-haley 3 hours ago | parent [-] | |
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. | ||