Comment by sktrdie
2 months ago
How's this different from... a database? Most modern dbs come with auth and some gui. I guess if you need real-time updates this is cool
2 months ago
How's this different from... a database? Most modern dbs come with auth and some gui. I guess if you need real-time updates this is cool
This gives you an entire API and GUI on top of a database that you can use to bang together a quick CRUD app. There is even a customizable API rules function that will let you e.g. make sure one users data doesn't show up for some other user. https://pocketbase.io/docs/api-rules-and-filters/