This is a library for making it easy to generate 64-bit BIGINT ids for Postgres tables in SQLAlchemy and Alembic. Note that this documentation is targeted for SQLAlchemy ORM users, but it should also ...
En el Dockerfile estamos usando python:3.6-alpine, esta imagen base no incluye las bibliotecas que requiere Sqlalchemy para interactuar con Postgres por lo que tenemos que instalarlar sus dependencias ...