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 bash
Run unit tests:
poetry run pytest
Currently, 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...