An asynchronous database library implemented in python. Allows for multiple threads/processes to interact with the same data.
- Run
apt install python3.11 python3.11-venv
to intall required packages. - Run
bash setup.sh
to initialize the development environment.