sqlite-utils/docs
Simon Willison f2ca48c0da Default command now executes queries, --csv or --json
I replaced the following commands:

    sqlite-utils json db.db "select * from table"
    sqlite-utils csv db.db "select * from table"

With a unified 'query' command, which is now set as the default:

    sqlite-utils db.db "select * from table"
    sqlite-utils db.db "select * from table" --csv
2019-02-22 17:40:21 -08:00
..
.gitignore Initial project layout + database table creation tools 2018-07-28 06:46:17 -07:00
changelog.rst Default command now executes queries, --csv or --json 2019-02-22 17:40:21 -08:00
cli.rst Default command now executes queries, --csv or --json 2019-02-22 17:40:21 -08:00
conf.py Initial project layout + database table creation tools 2018-07-28 06:46:17 -07:00
index.rst Re-arranged documentation index page 2019-01-24 21:23:24 -08:00
Makefile Initial project layout + database table creation tools 2018-07-28 06:46:17 -07:00
python-api.rst Added db[table].rows iterator 2019-02-21 21:29:50 -08:00