Improved documentation for permissions, refs #699

This commit is contained in:
Simon Willison 2020-06-09 09:04:46 -07:00
commit 70dd14876e
2 changed files with 35 additions and 8 deletions

View file

@ -1,3 +1,5 @@
.. _sql:
Running SQL queries
===================
@ -22,6 +24,8 @@ using your browser back button.
You can also retrieve the results of any query as JSON by adding ``.json`` to
the base URL.
.. _sql_parameters:
Named parameters
----------------
@ -51,6 +55,8 @@ statements can be used to change database settings at runtime. If you need to
include the string "pragma" in a query you can do so safely using a named
parameter.
.. _sql_views:
Views
-----