Announcing GraphQLize Alpha - A Clojure library to build GraphQL API instantly from PostgreSQL and MySQL

Hi,

I am excited and delighted to introduce, GraphQLize, an open-source Clojure (& JVM) library for developing GraphQL API instantly from your existing PostgreSQL and MySQL databases.

It aims to simplify the effort required to expose GraphQL APIs over relational databases.

In the JVM ecosystem, developing GraphQL APIs to expose the data from the relational databases requires a lot of manual work. Right from defining the GraphQL schemas (either code-first or schema-first) to wiring them with resolvers and the database access logic, we spend a significant amount of our development time.

In addition to this, we also need to take care of optimizing the underlying SQL queries to avoid problems like N+1 queries. We have to account the maintenance of the resulting codebase as well!

GraphQLize will help you to overcome all these shortcomings. It provides you with an efficient GraphQL implementation in just a few lines of code.

You can find more details from this announcement blog post.

2 Likes

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.