jamesql

Series of resolvers implementing graphql-inspired methods for fetching data, except in JSON


Keywords
jamesql, graphql, mysql, api-server
License
ISC
Install
npm install jamesql@0.0.6

Documentation

JomQL

What is JomQL?

JomQL is a JSON-friendly method of sending queries between the client and server. Inspired by GraphQL, JomQL seeks to build upon GraphQL's strengths by providing a similar API while leveraging JSON's versatility and built-in support with popular languages, like Javascript and Typescript. Furthermore, as a package that has been built on top of the Express.js, JomQL can automatically expose an equivalent RESTful endpoint for each JomQL root operation.

Features

For more information about JomQL features, check out these wiki links:

License

JomQL is an open source project under the MIT License. We are actively seeking contributors to help make the package more readable, maintainable, and versatile for all developers.

Get Help / Contribute