https://github.com/plmercereau/knex-hasura-schema-api
https://github.com/plmercereau/knex-hasura-schema-api
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/plmercereau/knex-hasura-schema-api
- Owner: plmercereau
- Created: 2022-09-11T17:05:48.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-11T17:32:41.000Z (over 2 years ago)
- Last Synced: 2025-02-07T20:30:48.982Z (4 months ago)
- Language: TypeScript
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```