Hacker News new | ask | show | jobs
by 0x_rs 792 days ago
It's an obvious question, but have you looked into Pocketbase?

https://github.com/pocketbase/pocketbase

2 comments

Pocketbase is awesome. And, you can add to pb_hooks and customize the server (in golang or JS) and do whatever you want in addition to the already incredible feature set. And, it works with litestream, so you can automatically backup and restore.
that's pretty cool! Would be great to have it for TS to configure my own backend
You can use a third party NPM module to introspect the DB and write out types for you. Can’t remember what it’s called off the top of my head, but maybe “pocketbase-type gen” or something like that.