db.iterdump() method uses sqlite-dump if available

This commit is contained in:
Simon Willison 2023-06-25 15:29:00 -07:00
commit 31bde41baf
8 changed files with 55 additions and 8 deletions

View file

@ -1,4 +1,4 @@
[mypy]
[mypy-pysqlite3,sqlean]
[mypy-pysqlite3,sqlean,sqlite_dump]
ignore_missing_imports = True