mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Docs for IndexView, TableView, RowView, closes #299
Also removed xfail from test_view_classes_are_documented, so any future *View classes that are added without documentation will cause the tests to fail.
This commit is contained in:
parent
8da6b0d542
commit
788a542d3c
6 changed files with 95 additions and 2 deletions
|
|
@ -9,9 +9,12 @@ worry about SQL injection attacks.
|
|||
The easiest way to execute custom SQL against Datasette is through the web UI.
|
||||
The database index page includes a SQL editor that lets you run any SELECT query
|
||||
you like. You can also construct queries using the filter interface on the
|
||||
tables page, then click "View and edit SQL" to open that query in the cgustom
|
||||
tables page, then click "View and edit SQL" to open that query in the custom
|
||||
SQL editor.
|
||||
|
||||
Note that this interface is only available if the :ref:`config_allow_sql` option
|
||||
has not been disabled.
|
||||
|
||||
Any Datasette SQL query is reflected in the URL of the page, allowing you to
|
||||
bookmark them, share them with others and navigate through previous queries
|
||||
using your browser back button.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue