Hacker News new | ask | show | jobs
by jeroenhd 1197 days ago
I use Postgres in my personal projects because I have a server (with backups etc.) running anyway. Since this project also has OIDC authentication, I imagine the target audience may already be running a PG server?

Going by https://github.com/pgrok/pgrok/blob/main/internal/database/d... I don't think adding SQLite support should be that difficult. The ORM used (gorm) has SQLite support already.

Edit: this seems to be intentional to keep maintenance cost down: https://github.com/pgrok/pgrok/pull/11