This tool requires mdb-tools to be installed. Specifically, this tool uses the following CLI utilities provided by this lib:
mdb-tables
mdb-json
Then for local use:
python3.11 -m venv .venv
source .venv/bin/activate
pip install -U pip
pip install -e .
Assuming installation into .venv:
uksi create_db <access-db-path> <uksi-db-path>
A new SQLite DB is created at the given path each time this command is run.