Skip to content

genzql/zql

Repository files navigation

zql

SQL for Gen Z.

Open in Gitpod

Getting Started

  1. Install poetry and Docker.
  2. Run application: docker compose up
  3. Run tests: docker compose -f test-docker-compose.yml up --build

Commands

Start a shell inside the container:

docker exec -it zql_web bash

Run unit tests:

poetry run pytest

Releases

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...