The database shell with a passing grade.
- What it do?
- TODO
pip install bplus
See https://bplus.readthedocs.org/en/latest/
pip install poetry
cd bplus
poetry install
To run cli entrypoint:
poetry run bplus --help
poetry run tox
To run with docker
docker build -t bplus .
docker run bplus:latest bplus --help