GraphQLize
A JVM library for developing GraphQL API instantly from Postgres and MySQL databases
Easy to Use
GraphQLize was designed from the ground up to be easily added as a drop-in library to any JVM language projects and get it up and running quickly.
Focus on What Matters
GraphQLize lets you focus on your core business logic, and it'll do the chores.
Powered by JVM & JDBC
GraphQLize is a JVM library written in Clojure with Java interoperability. It automatically generates the GraphQL schema and resolves the queries using single efficient SQL by making use of JDBC driver's metadata.