sqlite-utils/.github/workflows
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
..
codeql-analysis.yml Don't run CodeQL against pull requests 2021-01-02 20:30:10 -08:00
documentation-links.yml Use Read the Docs action v1 (#463) 2022-08-17 16:11:15 -07:00
publish.yml Experimental TUI powered by Trogon 2023-05-21 11:41:56 -07:00
spellcheck.yml Run codespell against source code too, refs #307 2021-08-03 10:06:08 -07:00
test-coverage.yml Add SpatiaLite helpers to CLI (#407) 2022-02-15 16:58:07 -08:00
test.yml Use sqlean if available in environment (#560) 2023-06-25 16:25:51 -07:00