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

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

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
```