Release 0.8

This commit is contained in:
Simon Willison 2019-01-25 18:13:29 -08:00
commit 3db4f08f19
3 changed files with 35 additions and 1 deletions

View file

@ -6,6 +6,8 @@
The ``sqlite-utils`` command-line tool can be used to manipulate SQLite databases in a number of different ways.
.. _cli_csv:
Running queries and returning CSV
=================================
@ -22,6 +24,8 @@ This will default to including the column names as a header row. To exclude the
1,4,Cleo
2,2,Pancakes
.. _cli_json:
Running queries and returning JSON
==================================