kolharsam / graphql-engine-rs

UNOFFICIAL - The Hasura GraphQL Engine - in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

graphql-engine-rs

Build & Test Workflow badge

The Hasura GraphQL Engine - in Rust

This is not official. This is just a toy project.

We can run GraphQL queries as of now. More features related to the metadata, GraphQL schema (with introspection support) subscriptions and so on...will be arriving soon!

Here's a short clip of the same:

To_Infinity_and_Beyond.mov
FOR RUNNING THE TEST SUITE
  • Use a env. var named DATABASE_URL to set the database that'll be used to run the tests.
  • Make sure to run the set up the database schema(s) for the tests from here.

More Documentation and Implementation details will be published soon!

About

UNOFFICIAL - The Hasura GraphQL Engine - in Rust

License:GNU General Public License v3.0


Languages

Language:Rust 98.8%Language:Makefile 1.2%