b56c5314f8882923907ac56c295e8579d20ea8c9
- Add a function to automatically initialize the db with the schema if it isn't yet initialized - Remove the DROP TABLE queries from the schema in case the above^ goes wrong somehow - Make Item.write_to_db and Item.load_from_db take a db argument so that multiple threads can be supported This also changes the schema to never drop existing tables, just in case something goes wrong in the logic.
Quick & dirty commit of current progress to share with others.
python -m venv venv
source venv/bin/activate
pip install --editable .[dev]
d2dump /path/to/stash.d2i
Description
Languages
Python
94.3%
HTML
3.7%
CSS
1.6%
JavaScript
0.4%