All Projects → graphile → gatsby-source-pg-example

graphile / gatsby-source-pg-example

Licence: MIT license
Example of using gatsby-plugin-pg

Programming Languages

CSS
56736 projects
javascript
184084 projects - #8 most used programming language
shell
77523 projects

PostGraphile Graphile Heart Gatsby

gatsby-source-pg example

This repo is an example of using gatsby-source-pg to pull in data from PostgreSQL into Gatsby.

To start, clone this repository down, make sure you're running a local PostgreSQL database server (and have admin privileges), then:

yarn
./db/reset.sh
yarn develop

We create (or reset) the gatsby_example Postgres DB for you, and seed it with some simple data.

Helpful links

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].