excalibase/excalibase-graphql
Excalibase GraphQL instantly turns your database into a GraphQL API. Built with Spring Boot, it supports schema discovery, subscriptions, and type handling — no manual resolvers needed.
This project helps backend developers quickly expose their existing database (PostgreSQL or MySQL) as a GraphQL API. You provide a standard relational database, and it automatically generates a fully functional GraphQL endpoint, handling complex queries, relationships, and even real-time updates. It's designed for development teams who need to build GraphQL services without writing extensive boilerplate code.
Use this if you are a backend developer or architect building a new GraphQL API on top of an existing PostgreSQL or MySQL database and want to minimize manual schema definition and resolver coding.
Not ideal if your application requires highly custom GraphQL logic that doesn't directly map to your database structure or if you are working with databases other than PostgreSQL or MySQL.
Stars
32
Forks
1
Language
Java
License
Apache-2.0
Category
Last pushed
Mar 18, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/excalibase/excalibase-graphql"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
mk3008/rawsql-ts
SQL-first lifecycle toolkit for testing, inspecting, and evolving database applications.
helios1138/graphql-typed-client
A tool that generates a strongly typed client library for any GraphQL endpoint. The client...
Shopify/syrup
A type-safe GraphQL model generator for Kotlin, Swift, and TypeScript.
denisart/graphql-query
Complete Domain Specific Language (DSL) for GraphQL query in Python.
swapnilmj/web-vqd
Design SQL "select" queries visually. SQL "joins" by drag-n-drop.