Post
SQLite is always going to be faster for the same simple, single-writer/local-readers-only usage patterns b/c there's no network overhead. Postgres comes into its own with more write contention, or if you want access to the richer datatypes + extension ecosystem.