Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 213 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 213 Bytes

Initial setup:

sqlite3 ./data/db.sqlite "VACUUM;"
curl https://www.fuzzwork.co.uk/dump/sqlite-latest.sqlite.bz2 | bunzip2 -c > ./data/reference.sqlite
poetry install
poetry run init_db
poetry run reactor