mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-23 01:14:31 +02:00
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
|
||
|---|---|---|
| .. | ||
| .gitignore | ||
| changelog.rst | ||
| cli.rst | ||
| conf.py | ||
| index.rst | ||
| Makefile | ||
| python-api.rst | ||