Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nestarz/postgraphile-deno
https://github.com/nestarz/postgraphile-deno
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/nestarz/postgraphile-deno
- Owner: nestarz
- Created: 2023-08-18T10:48:33.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-06T10:52:24.000Z (over 1 year ago)
- Last Synced: 2024-11-22T00:51:44.494Z (about 1 month ago)
- Language: TypeScript
- Size: 1.09 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)