mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-09-10 02:24:22 +02:00
Release 0.14
This commit is contained in:
parent
3cab079d3e
commit
05317f5341
4 changed files with 23 additions and 1 deletions
|
|
@ -25,6 +25,12 @@ Now you can do things like this:
|
|||
1,4,Cleo
|
||||
2,2,Pancakes
|
||||
|
||||
$ sqlite-utils dogs.db "select * from dogs" --table
|
||||
id age name
|
||||
---- ----- --------
|
||||
1 4 Cleo
|
||||
2 2 Pancakes
|
||||
|
||||
Full documentation: https://sqlite-utils.readthedocs.io/
|
||||
|
||||
Related projects:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue