1 repo
Tools that automatically analyze database structures to generate API endpoints or data models.
Distinguishing note: Focuses on runtime introspection of database catalogs to derive API structures, distinct from static ORM code generation.
Explore 1 awesome GitHub repository matching data & databases · Database Schema Introspection Tools. Refine with filters or upvote what's useful.
PostgREST is a standalone server process that automatically transforms a relational database schema into a fully functional RESTful API. By querying system catalogs at startup, it maps tables, views, and stored procedures into standardized web endpoints, allowing developers to build backend services by focusing exclusively on database design. The service functions as a declarative engine that translates HTTP requests and query parameters directly into native SQL operations. It maintains stateless request processing and integrates connection pooling to manage high-frequency interactions effici
Automatically maps database tables and procedures into a RESTful API structure by querying system catalogs at startup.