@subsquid/openreader
v5.2.0
Published
GraphQL server for postgres-compatible databases
Downloads
6,071
Readme
OpenReader
GraphQL server for squid framework. Given data schema and compatible Postgres database it serves "read part" of OpenCRUD spec.
Usage
openreader schema.graphql
Database connection and server port are configured via environment variables:
DB_NAME
DB_USER
DB_PASS
DB_HOST
DB_PORT
GRAPHQL_SERVER_PORT