Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nestarz/postgraphile-deno


https://github.com/nestarz/postgraphile-deno

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

## Postgraphile V5 + Deno

- Works on Deno Deploy
- Currently needs to have an import_map and can't be used as a library without it
- Pubsub is not implemented

### Usage
```bash
# Edit .env to add DATABASE_URL=
deno task start
```

Many thanks to [benjie/crystal](https://github.com/benjie/crystal)