omicron b73fd9c20e make d2warehouse.db ready for the flask webui
- 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
2023-10-28 06:17:54 +02:00
2023-10-27 17:36:45 +02:00
2023-10-24 01:19:30 +02:00

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
No description provided
Readme 304 KiB
Languages
Python 94.1%
HTML 3.9%
CSS 1.6%
JavaScript 0.4%