mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Removed words that minimize involved difficulty, closes #1089
This commit is contained in:
parent
253f2d9a3c
commit
5eb8e9bf25
10 changed files with 19 additions and 19 deletions
|
|
@ -64,7 +64,7 @@ If you want to bundle some pre-written SQL queries with your Datasette-hosted
|
|||
database you can do so in two ways. The first is to include SQL views in your
|
||||
database - Datasette will then list those views on your database index page.
|
||||
|
||||
The easiest way to create views is with the SQLite command-line interface::
|
||||
The quickest way to create views is with the SQLite command-line interface::
|
||||
|
||||
$ sqlite3 sf-trees.db
|
||||
SQLite version 3.19.3 2017-06-27 16:48:08
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue