Skip to content

pugip/sqlalchemy-playground

Repository files navigation

sqlalchemy-playground

Requirements

Installs dependencies

Poetry

poetry install

After installing, to find where your new virtualenv is located:

poetry env info -p

And to enter a shell with the virtualenv:

poetry shell

Pip

pip install -r requirements.txt

Running

DB (Postgres)

To start the DB:

docker-compose up db

To shutdown the DB:

docker-compose down

Playground files

python examples/<file>.py

For example:

python examples/constraints.py

About

A project for playing with databases and SQLAlchemy.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published