This is a Meltano extension that provides a dbm
state backend.
This package needs to be installed in the same Python environment as Meltano.
With pipx
pipx install meltano
pipx inject meltano 'meltano-state-backend-dbm @ git+https://github.com/reservoir-data/meltano-state-backend-dbm.git'
With uv
uv tool install --with 'meltano-state-backend-dbm @ git+https://github.com/reservoir-data/meltano-state-backend-dbm.git' meltano
This package is not yet available on PyPI.
state_backend:
uri: dbm://${MELTANO_SYS_DIR_ROOT}/state
MELTANO_STATE_BACKEND_URI
: The URI of the DBM state backend.