Pyrseas icon indicating copy to clipboard operation
Pyrseas copied to clipboard

Provides utilities for Postgres database schema versioning.

Results 46 Pyrseas issues
Sort by recently updated
recently updated
newest added

I am wanting to use Pyrseas with [Supabase](https://supabase.com/) (basically pre-configured [Postgrest](https://postgrest.org/en/stable/)). I get the following error: ```python3 $ dbtoyaml -H db.nynstytcyprpinthzhos.supabase.co -U postgres --password postgres Password: Traceback (most recent call...

dbtoyaml
extensions

Replace Travis-CI for continuous integration by GitHub Actions.

How to reproduce: 1. Create PD DB with role with a password with spaces 2. Try to connect Example: ``` $ python -m pdb -c continue .venv/bin/dbtoyaml -H db.REDACTED.supabase.co -U...

Is it possible to use `psycopg2-binary` instead? ``` $ pip install pyrseas Collecting pyrseas Downloading Pyrseas-0.9.1-py2.py3-none-any.whl (113 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 113.4/113.4 kB 2.6 MB/s eta 0:00:00 Collecting psycopg2>=2.5 Using cached psycopg2-2.9.3.tar.gz...

I want to generate up & down migrations for my database. I use yamltodb to generate the SQL. I saw the --revert flag was experimental, not for tables. What's the...

yamltodb

Hi, Seems having a generated column make `dbtoyaml` crash due to a self reference of `Table` in `depends_on`: Simple test case to reproduce the bug: ``` $ psql -tAc 'show...

yamltodb
dbtoyaml