2 dépôts
Utilities that analyze database structures to automatically generate API layers or data models.
Distinguishing note: Focuses on the automated mapping of database schemas to API endpoints.
Explore 2 awesome GitHub repositories matching data & databases · Schema Introspection Tools. Refine with filters or upvote what's useful.
Directus is a headless content platform that functions as a backend service, automatically generating REST and GraphQL APIs by performing introspection on existing SQL database schemas. It serves as a unified data orchestration layer, decoupling content management from frontend delivery while providing a secure, stateless gateway for database transactions. The platform distinguishes itself through a granular role-based access control engine that enforces security policies at the field level across all API endpoints. It includes a visual, low-code administrative dashboard that allows non-techn
Automatically generates API layers by inspecting underlying database schemas.
PostGraphile is an automated tool that converts a PostgreSQL database schema into a fully functional GraphQL API. It serves as a GraphQL execution engine and schema orchestrator, utilizing database schema introspection to retrieve strongly typed metadata directly from PostgreSQL. The project features a modular system for composing and standardizing GraphQL schemas through plugins, which manage naming conventions and connections. It includes a PostgreSQL query builder that constructs dynamic, SQL-injection-proof queries using tagged template literals. The system employs a declarative query pl
Analyzes PostgreSQL database structures to automatically generate the API layer and queryable GraphQL schema.