b73fd9c20e326b050f305ad7ca59cfb964a7b3a8
- 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 - Add a few properties to d2warehouse.Item to help display items
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%