mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-08-03 16:04:13 +02:00
Release 0.8
This commit is contained in:
parent
5466c9745d
commit
3db4f08f19
3 changed files with 35 additions and 1 deletions
|
|
@ -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
|
||||
==================================
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue