Postgres, auth, storage and row-level security in one box.
An open-source Firebase alternative built on real Postgres. Row-level security means your access rules live in the database rather than scattered through app code.
Key info
- Pricing
- Freemium
- Platform
- Web
- Category
- Tools
- Best for
- Intermediate
Guided walkthroughs
Related reading
- Fundamentals
Row level security is the security boundary
If your database rows are protected by a check in your application code, they are not protected. Anything holding a key can talk to the database directly, an…
Expert