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

https://github.com/pyramation/graphile-postgis


https://github.com/pyramation/graphile-postgis

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# graphile-postgis

```sh
createdb graphile_test
psql graphile_test -f __tests__/schema.sql
export TEST_DATABASE_URL=postgres://localhost:5432/graphile_test
yarn test:watch
```