https://github.com/astrocoders/astro-graphql-pg-ocaml
GraphQL server in OCaml with PG
https://github.com/astrocoders/astro-graphql-pg-ocaml
graphql ocaml postgresql
Last synced: about 1 year ago
JSON representation
GraphQL server in OCaml with PG
- Host: GitHub
- URL: https://github.com/astrocoders/astro-graphql-pg-ocaml
- Owner: Astrocoders
- Created: 2018-04-05T13:20:38.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-06-10T14:44:11.000Z (about 7 years ago)
- Last Synced: 2025-03-30T13:51:15.403Z (about 1 year ago)
- Topics: graphql, ocaml, postgresql
- Language: OCaml
- Size: 7.81 KB
- Stars: 7
- Watchers: 5
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# astro-graphql-pg-ocaml
Install
```
$ opam switch 4.05.1
$ make deps
# Don't forget to run this in the first time after switching
$ eval $(opam config env)
# Now compile
$ make
```
Run
```
$ ./run.sh
```