Add basic sqlite3 saving & loading support

This commit is contained in:
2023-10-27 13:48:59 +00:00
committed by Omicron
parent 4da8e096fe
commit 40276cb0b4
7 changed files with 354 additions and 7 deletions

View File

@@ -44,7 +44,7 @@ d2test = "d2warehouse.test:main"
version = {attr = "d2warehouse.__version__"}
[tool.setuptools.package-data]
d2warehouse = ["data/*.json"]
d2warehouse = ["data/*.json", "schema.sql"]
[tool.pytest.ini_options]
addopts = "--cov --cov-report html --cov-report term"