Commit graph

31 commits

Author SHA1 Message Date
Simon Willison
b3efb29212 SQLite can drop columns now
It gained that ability in 3.35.0 in 2021-03-12:
https://www.sqlite.org/changes.html#version_3_35_0
2022-01-25 17:48:57 -08:00
Simon Willison
d7b1024d3a
Corrected stdin example 2021-08-18 16:02:55 -07:00
Simon Willison
b30f725d98
Small improvement to example 2021-08-18 16:02:07 -07:00
Simon Willison
ddfdff657f
Fixed incorrecte output example 2021-08-18 16:01:00 -07:00
Simon Willison
7479933bc4
More sqlite-utils memory examples in README closes #294 2021-08-18 14:40:02 -07:00
Simon Willison
8757de84b2
Link to stable docs, not latest 2021-08-09 15:44:26 -07:00
Simon Willison
1091a9cbd8 Add sqlite-utils memory to the README, refs #272 2021-06-18 20:14:12 -07:00
Simon Willison
a19ce1a4d0
codecov badge, closes #275 2021-06-16 17:12:11 -07:00
Simon Willison
427dace184 Added --csv example to README 2021-02-14 13:36:43 -08:00
Simon Willison
6a34426b12 Docs now live at sqlite-utils.datasette.io 2020-12-29 13:34:55 -08:00
Simon Willison
8ca35dfb64 Link to new datasette.io website 2020-12-29 13:33:25 -08:00
Simon Willison
f1277f638f
Added Homebrew installation instructions 2020-12-13 20:52:24 -08:00
Simon Willison
47abca0764 Update README for 3.0 release, refs #194 2020-11-08 09:16:25 -08:00
Simon Willison
60f4aff9b0
Link changelog badge to /en/latest/changelog.html
That way you can see the changelog for alpha releases. Refs #194.
2020-11-06 18:23:56 -08:00
Simon Willison
55133b5966
Link to sqliteutils tag on my blog 2020-10-21 11:08:28 -07:00
Simon Willison
8e91de8e4e
Python 3.9 (#184)
* Test against Python 3.9
* Programming Language :: Python :: 3.9 classifier
* Python versions badge
2020-10-07 18:44:05 -07:00
Shakeel Mahate
cada1017ed
Fixed incorrect example in README 2020-09-30 13:29:27 -07:00
Simon Willison
01c7784be5 CI is now GitHub Actions, closes #143 2020-08-28 15:41:29 -07:00
Simon Willison
66ed36258a Renaming from master to main 2020-08-10 14:04:32 -07:00
Simon Willison
8eaac7c5f1 pip, not pip3 2020-05-11 12:23:11 -07:00
Simon Willison
2b40710e9d
Changelog badge 2020-04-30 11:32:23 -07:00
Simon Willison
7ce07705ed
Improved README. Fixes #101 2020-04-17 16:59:47 -07:00
Simon Willison
1a053d9438
Added Python library example to README 2019-07-03 11:04:03 -07:00
Simon Willison
0fe3b38290
Added db-to-sqlite to "Related projects" 2019-06-29 14:34:24 -07:00
Simon Willison
0b1af42ead
Link to my blog entry 2019-02-24 19:45:38 -08:00
Simon Willison
05317f5341 Release 0.14 2019-02-24 15:11:51 -08:00
Simon Willison
e3c0ed1b1a sqlite-utils tables now takes --counts, --columns, --csv, --nl 2019-02-22 18:12:53 -08:00
Simon Willison
11a9511d23 Updated README to reflect new query default subcommand 2019-02-22 17:53:48 -08:00
Simon Willison
20a744fb5a More detailed README 2019-01-25 18:21:55 -08:00
Simon Willison
61d81494d5
Fleshed out README 2018-07-31 08:38:50 -07:00
Simon Willison
2f34da0ab2 Initial 2018-07-13 20:56:21 -07:00