An open API service indexing awesome lists of open source software.

https://github.com/plmercereau/knex-hasura-schema-api


https://github.com/plmercereau/knex-hasura-schema-api

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Knex client for Hasura's http Schema API

Knex-compatible client to generate and run SQL queries over HTTP using the [Schema API](https://hasura.io/docs/latest/api-reference/schema-api/index/).

See [src/index.ts](./src/index.ts)

## Installation

```bash
pnpm i
```

## Run the example

```bash
nhost dev

# In a separate terminal
pnpm dev
```