2 مستودعات
Gateways that specifically translate web requests into database queries while enforcing internal role permissions.
Distinct from API Gateways: Distinct from general API gateways: focuses on the tight coupling between HTTP requests and database SQL execution
Explore 2 awesome GitHub repositories matching devops & infrastructure · Database. Refine with filters or upvote what's useful.
PostgREST is a standalone web server that automatically transforms a PostgreSQL database into a RESTful API. It serves as an API gateway that translates HTTP requests into SQL queries, mapping the database schema directly to endpoints without the need for manual route definitions. The system utilizes a JWT authentication layer to validate user identities and map incoming web requests to specific database roles. This allows the server to delegate authorization and permission enforcement to the internal PostgreSQL role system. It includes a generator for OpenAPI specifications to provide stand
Acts as a gateway that translates HTTP requests into SQL queries while enforcing database-level permissions.
Data API builder is a service that automatically generates REST and GraphQL endpoints directly from database schemas and stored procedures. By interpreting database metadata, it provides immediate programmatic access to information without requiring the development of custom backend routes or manual query logic. The engine distinguishes itself through a metadata-driven translation layer that maps incoming HTTP requests to native database queries while enforcing granular, role-based access control and row-level security policies. It includes a dedicated bridge for AI agents, allowing these sys
Provides a gateway that translates HTTP requests into native database queries while enforcing granular role-based access control.