Simon Willison
641eccc2b7
Release 1.2.2
2019-06-25 21:20:55 -07:00
Simon Willison
46281c9db0
Release 1.2.1
2019-06-20 17:01:24 -07:00
Simon Willison
1c8a0e874f
Release 1.2
2019-06-12 23:39:59 -07:00
Simon Willison
7a3041b1ad
Releasing 1.1
2019-05-28 22:12:03 -07:00
Simon Willison
63953f56e7
Release 1.0.1
2019-05-27 17:50:28 -07:00
Simon Willison
ee017cdbdd
Release notes for 1.0, closes #22
2019-05-24 18:06:38 -07:00
Simon Willison
8ab7dcb4f9
Update description, don't package tests/
2019-05-24 17:37:29 -07:00
Simon Willison
05317f5341
Release 0.14
2019-02-24 15:11:51 -08:00
Simon Willison
1b6025e8ab
Release 0.13
2019-02-23 22:54:43 -08:00
Simon Willison
6c3f5e6479
Added --table and --fmt options for table output using tabulate
2019-02-23 22:45:17 -08:00
Simon Willison
1ffa40301d
Releasing 0.12
2019-02-22 18:22:28 -08:00
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
Simon Willison
6acfd456b0
Releasing 0.11
2019-02-07 21:22:13 -08:00
Simon Willison
7c09a2e994
Release 0.10
2019-02-06 21:17:52 -08:00
Simon Willison
79a0f9cc96
Releasing 0.9
2019-01-27 22:34:33 -08:00
Simon Willison
9a4d1ff0a2
Releasing 0.8.1 (just a better README)
2019-01-25 18:22:18 -08:00
Simon Willison
3db4f08f19
Release 0.8
2019-01-25 18:13:29 -08:00
Simon Willison
6f54342570
Release 0.7
2019-01-24 23:20:49 -08:00
Simon Willison
fa35cd9afb
Loosen requirement versions
2019-01-24 19:06:30 -08:00
Simon Willison
8e2a313c1e
Fixed failing FTS5 test, release as 0.6.1
2018-08-12 17:48:43 -07:00
Simon Willison
594b25ef9f
Started a changelog, releasing 0.6
2018-08-12 17:46:22 -07:00
Simon Willison
72644b6e3f
Support method chaining, added .last_id for accessing lastrowid
...
Also shipping as 0.5
2018-08-05 18:42:43 -07:00
Simon Willison
f4907f6df5
enable_fts(), populate_fts() and search() methods
2018-07-31 09:19:20 -07:00
Simon Willison
f5418e13f2
Release 0.3.1 to publish updated README to PyPI
2018-07-31 08:39:43 -07:00
Simon Willison
e888bb122d
Added .schema property, improved docs, release 0.3
2018-07-31 08:33:52 -07:00
Simon Willison
0d63128c40
Preparing v0.2, first release to PyPI
2018-07-28 17:42:41 -07:00
Simon Willison
501618d0d5
Ensure black is correctly installed for tests
2018-07-28 07:36:43 -07:00
Simon Willison
3c50a3600d
Unit test for black-approved coding style
2018-07-28 07:29:20 -07:00
Simon Willison
bd71be32ab
Initial project layout + database table creation tools
2018-07-28 06:46:17 -07:00