Add PostgreSQL
We're going to need to use a database to store the state (and results) of pdf conversions.
parent
b16888ea
No related branches found
No related tags found
Showing
- .env.example 11 additions, 0 deletions.env.example
- .gitlab-ci.yml 7 additions, 0 deletions.gitlab-ci.yml
- README.md 1 addition, 0 deletionsREADME.md
- requirements-dev.txt 1 addition, 0 deletionsrequirements-dev.txt
- requirements.txt 2 additions, 0 deletionsrequirements.txt
- service/core/database.py 45 additions, 0 deletionsservice/core/database.py
- service/core/settings.py 6 additions, 0 deletionsservice/core/settings.py
boto3==1.34.131 | ||
fastapi==0.111.0 | ||
psycopg2-binary==2.9.9 | ||
pydantic==2.7.4 | ||
pydantic-settings==2.3.3 | ||
SQLAlchemy==2.0.31 | ||
uvicorn==0.30.1 |
service/core/database.py
0 → 100644
Please register or sign in to comment