Commit graph

7 commits

Author SHA1 Message Date
Simon Willison
afbfd95273
Remove sqlean.py support (#772)
Closes #771, refs #769
2026-07-05 16:00:52 -07:00
Simon Willison
f5c63088e1
Use sqlean if available in environment (#560)
Closes #559
Closes #235

Refs https://github.com/simonw/llm/issues/60

- Uses `sqlean` in place of `sqlite3` if `sqlean.py` is installed
- Uses `sqlite-dump` if available and `conn.iterdump()` does not exist
- New `with db.ensure_autocommit_off()` method for ensuring autocommit is off, used by `enable_wal()` and `disable_wal()`.
2023-06-25 16:25:51 -07:00
Simon Willison
6fb32d27ae Release 3.32.1
Refs #551, #552
2023-05-21 14:09:46 -07:00
Simon Willison
87bddef8fd Documented bash/zsh completion, closes #552 2023-05-21 14:03:32 -07:00
Simon Willison
f7c8c78cd0
Fixed typo: commad 2021-08-02 23:05:45 -07:00
Simon Willison
8cedc6a8b2
Typo fix
Thanks, https://twitter.com/garrettc/status/1406705348648525830
2021-06-20 13:44:02 -07:00
Simon Willison
dbcba6c597 Added installation instructions, closes #286 2021-06-20 11:47:09 -07:00