GraphQLize is a JVM library for developing GraphQL API server instantly from any Postgres and MySQL databases. It aims to simplify the effort required to expose GraphQL APIs over relational databases. The crux of GraphQlize is generating the GraphQL schemas and resolving the queries by making use of JDBC metadata provided by the JDBC drivers. It currently supports Postgres (9.4 & above) and MySQL (8.0 & above). It provides you with an efficient GraphQL implementation in just a few lines of code.