https://github.com/pyramation/graphile-postgis
https://github.com/pyramation/graphile-postgis
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/pyramation/graphile-postgis
- Owner: pyramation
- License: mit
- Created: 2020-10-10T16:09:12.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-15T00:59:57.000Z (over 5 years ago)
- Last Synced: 2025-03-13T02:03:51.742Z (over 1 year ago)
- Language: JavaScript
- Size: 46.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```