https://github.com/hyp3rflow/hono-edgedb-poc
yes we can (maybe)
https://github.com/hyp3rflow/hono-edgedb-poc
Last synced: 8 months ago
JSON representation
yes we can (maybe)
- Host: GitHub
- URL: https://github.com/hyp3rflow/hono-edgedb-poc
- Owner: hyp3rflow
- Created: 2022-07-28T06:05:54.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-04T05:01:23.000Z (almost 4 years ago)
- Last Synced: 2025-01-29T00:09:51.974Z (over 1 year ago)
- Language: TypeScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hono-edgedb-poc
Don't try this at home (do at your work)
## how to
1. Setup edgedb (maybe `edgedb project init`)
2. Pull
[`hyp3rflow/edgedb/deno-qb`](https://github.com/hyp3rflow/edgedb-js/tree/deno-qb)
on parent directory
3. Go to pulled edgedb, `yarn && yarn compileForDeno`
4. Back to here, `deno task gen`
5. There is some type conflicts between `edgedb` in deno.land and our own type,
so replace `https://deno.land/x/edgedb/` with `eql/`. (`eql` is in
[import_map](./import_map.json))
6. `deno task start`