Menu

📰
0

Reddit - Please wait for verification

PostgreSQL·/u/iwantobehappypls·3 days ago
#gzNUGqrp
Reading 0:00
15s threshold

Wrote a fully stateless API server in Elixir that can run multiple CRUD operations against Postgres in a single, atomic, RLS-aware transaction using a highly expressive JSON format (chaining results etc). It follows the same RLS + JWT Auth pattern for RBAC as PostgREST, allowing you to write logic for multi-step atomic db operations in the client itself instead of falling back to RPCs like PostgREST expects you to. Also some ease of life improvements, it natively supports defining JWKS or OIDC endpoints for fetching public keys for JWT auth. submitted by /u/iwantobehappypls [link] [comments]

Read More