Include link to next tutorial

This commit is contained in:
Joe Nelson
2017-07-18 22:32:13 -05:00
parent 49a62772c0
commit cdf5dece65
+2
View File
@@ -214,3 +214,5 @@ Response is 401 Unauthorized:
}
There we have it, a basic API on top of the database! In the next tutorials we will see how to extend the example with more sophisticated user access controls, and more tables and queries.
Now that you have PostgREST running, try the next tutorial, :ref:`tut1`