Felipe Brigatto

Results 3 comments of Felipe Brigatto

I figured out by sharing a volume with `/opt/duckrails/db`. It stores the mocks in a SQLite, you could also connect on it and make a dump

+1 All my projects with postgres I use a smaller lib from psycopg2 and uv doesn't support `--no-binary` yet ``` psycopg2==2.9.9 --no-binary psycopg2 ```

@charliermarsh got it, thanks! I have it automated on my containers, so I'll make some workaround just for some env to test UV ;)