Changelog
* Add 1.08.1 gamedata.
* Parts of generated data cache are now offloaded to drive:
* latest game version cache is always kept in-memory,
* last 8 accesses to non-latest game version cache are kept in-memory, otherwise loaded from a temporary directory.
PyPI package
* `pip install erdb`
* `pip install erdb==0.3.0`
* More information on the [package page](https://pypi.org/project/erdb).
Docker image (executable)
* `ghcr.io/eldenringdatabase/erdb:latest`
* `ghcr.io/eldenringdatabase/erdb:0.3.0`
* More information on the [package page](https://github.com/EldenRingDatabase/erdb/pkgs/container/erdb).
Docker image (API server)
* `ghcr.io/eldenringdatabase/erdb-api:latest`
* `ghcr.io/eldenringdatabase/erdb-api:0.3.0`
* More information on the [package page](https://github.com/EldenRingDatabase/erdb/pkgs/container/erdb-api).