Combine the power of a DBMS with the usability and integration of pandas!
- Configure the Makefile: Set the variable
db_dir
inMakefile
to the directory of your local installation of lingo-db. - Create / update the virtual environment:
make venv
- Run mypy:
make mypy
- Run benchmarks:
make benchmarks
- Drop some code in
test.py
and run it usingmake run-test
or simplymake
. - Run
make shell
to access a python "shell" called inside the virtual environment and with the suitable environment variables.