mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Improved documentation for permissions, refs #699
This commit is contained in:
parent
3aa87eeaf2
commit
70dd14876e
2 changed files with 35 additions and 8 deletions
|
|
@ -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
|
||||
-----
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue