An example of Postgraphile for my ChicagoJS talk
- Create a PostgreSQL database called
forum_example
hosted on your local machine. - Run
setup.sql
to generate the schema. - Run
data.sql
to fill your database with some fake data. - Run:
postgraphile -c postgres://localhost/forum_example -s forum_example
. - Try to break it... I dare ya.