mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-23 01:14:31 +02:00
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()`.
4 lines
No EOL
73 B
INI
4 lines
No EOL
73 B
INI
[mypy]
|
|
|
|
[mypy-pysqlite3,sqlean,sqlite_dump]
|
|
ignore_missing_imports = True |