SQL for Gen Z.
- Install poetry and Docker.
- Run application:
docker compose up - Run tests:
docker compose -f test-docker-compose.yml up --build
Start a shell inside the container:
docker exec -it zql_web bashRun unit tests:
poetry run pytestCurrently, we manually release new versions of the genzql package to PyPI.
Vinesh Kannan ([email protected]) is the current release manager.
cd zql
poetry build
poetry publish --username __token__ --password pypi-token...