Simon Willison
5e9a02153d
Fix bug with --editable
...
See also: https://github.com/simonw/llm/issues/136
2023-07-25 22:20:49 -07:00
Simon Willison
18f190e283
sqlite-utils rename-table command, refs #565
2023-07-22 12:48:04 -07:00
Simon Willison
b379a2a0c3
Added pluggy and first hook, register_commands - refs #569 , #567
2023-07-22 12:04:31 -07:00
Simon Willison
7e48502b5a
Update CLI reference docs for -e, refs #570
2023-07-22 11:37:53 -07:00
Simon Willison
f7af23837d
--empty-null option for CSV and TSV imports, closes #563
2023-07-02 22:42:26 -07:00
Simon Willison
8c739558f7
--stop-after option, closes #561
2023-06-27 11:50:04 -07:00
Simon Willison
718b0cba9b
Experimental TUI powered by Trogon
...
* sqlite-utils tui command if Trogon is installed, closes #545
* Documentation for trogon TUI
* Screenshot of TUI
* Ignore trogon mypy error
* only run flake8 on Python 3.8 or higher, closes #550
2023-05-21 11:41:56 -07:00
Simon Willison
d2a7b15b2b
Analyze tables options: --common-limit, --no-most, --no-least
...
Closes #544
2023-05-21 09:19:30 -07:00
Simon Willison
9662d4ce26
Updated cog, refs #527
2023-05-08 14:05:30 -07:00
Simon Willison
373b7886d2
--raw-lines option, closes #539
2023-05-07 11:26:14 -07:00
Simon Willison
ebe504ab21
Clarify column types in create-table help
2022-11-29 09:03:35 -08:00
Simon Willison
eb67fc69a2
Run cog -r against latest tabulate, refs #501
2022-10-18 11:08:34 -07:00
Simon Willison
85247038f7
install and uninstall commands, closes #483
2022-09-26 11:57:11 -07:00
Simon Willison
104f37fa4d
db[table].create(..., transform=True) and create-table --transform
...
Closes #467
2022-08-27 16:17:55 -07:00
Simon Willison
19dd077944
Support entrypoints for --load-extension ( #473 )
...
* Entrypoint support, closes #470
2022-08-26 22:55:47 -07:00
Simon Willison
23ef1d6c20
bulk --functions, closes #471
2022-08-26 22:10:43 -07:00
Simon Willison
59e2cfbdc1
sqlite-utils memory --functions, refs #471
2022-08-26 22:03:53 -07:00
Simon Willison
31f062d4a7
sqlite-utils query --functions option, refs #471
2022-08-26 21:53:55 -07:00
Simon Willison
7a9a6363ff
sqlite-utils rows --order option, closes #469
2022-08-26 21:10:20 -07:00
Simon Willison
f4fb78fa95
Cross-link CLI to Python docs ( #460 )
...
* Start cross-linking CLI to Python docs, refs #426
* More links to Python from CLI page, refs #426
2022-08-18 14:58:07 -07:00
Simon Willison
b9a89a0f2c
duplicate --ignore option, refs #450
2022-07-15 15:35:58 -07:00
Simon Willison
5fa823f03f
add-column --ignore option, refs #450
2022-07-15 15:31:37 -07:00
Simon Willison
2c77f4467e
Add --ignore to create-index as alias of --if-not-exists, refs #450
2022-07-15 15:25:49 -07:00
Simon Willison
40b6947255
enable-fts --replace option, refs #450
...
Also fixed up some sqlite3.OperationalError imports.
2022-07-15 15:20:26 -07:00
Simon Willison
9dd4cf891d
Improve CLI help for drop-table and drop-view, refs #450
2022-07-15 15:09:07 -07:00
Simon Willison
c710ade644
sqlite-utils duplicate command, closes #454 , refs #449
...
Also made it so .duplicate() raises new NoTable exception rather than raising
an AssertionError if the source table does not exist.
2022-07-15 14:45:47 -07:00
Simon Willison
397183debd
Switch docs theme to Furo, refs #435
2022-05-20 14:52:00 -07:00
Simon Willison
878d5f5cea
errors=r.SET_NULL/r.IGNORE options for parsedate/parsedatetime, closes #416
2022-03-20 21:01:35 -07:00
Simon Willison
3e5a4f60cc
Tweaked SpatiaLite CLI docs, refs #398
2022-02-15 17:06:49 -08:00
Chris Amico
a692c56659
Add SpatiaLite helpers to CLI ( #407 )
...
* Add SpatiaLite CLI helpers
* Add docs for spaitalite helpers
* Fix flake8 issues and add more detail on spatial types
* Run cog and add some help text.
* Use SpatiaLite when calculating coverage, refs #407
Co-authored-by: Simon Willison <swillison@gmail.com>
2022-02-15 16:58:07 -08:00
Simon Willison
e7f040106b
Add an example of --text too, refs #404
2022-02-08 23:03:04 -08:00
Simon Willison
7142dbd58d
Fixed typo in --help
2022-02-08 22:57:21 -08:00
Simon Willison
79a5ece62e
Add --convert example to sqlite-utils insert --help, closes #404
2022-02-08 22:55:01 -08:00
Simon Willison
20fe3b8abf
Fixed RST warning about empty line
2022-02-03 22:32:57 -08:00
Simon Willison
d1d2a8e6fa
sqlite-utils bulk --batch-size option, closes #392
2022-01-26 10:15:23 -08:00
Simon Willison
2b20957b18
Better validation for upsert --pk, closes #390
2022-01-25 19:19:39 -08:00
Simon Willison
4c6023452c
Examples in --help for remaining commands, closes #384
2022-01-25 19:14:59 -08:00
Simon Willison
6e85a4bbbe
Added examples to more --help output, refs #384
2022-01-25 18:56:44 -08:00
Simon Willison
3091e6b6e9
Clearer help for --drop-foreign-key
2022-01-24 20:06:40 -08:00
Simon Willison
3b632f0a7e
sqlite-utils rows --where and -p options, closes #382
2022-01-11 15:32:43 -08:00
Simon Willison
324ebc3130
sqlite-utils rows --limit and --offset options, closes #381
2022-01-11 15:19:29 -08:00
Simon Willison
1d44b0cc27
CLI reference page, maintained by cog, closes #383
2022-01-11 13:43:56 -08:00