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