Commit Graph

5 Commits

Author SHA1 Message Date
355aff8cf3 Table and schema names are now no longer pulled from .env 2025-09-09 15:22:20 +03:00
16eccddb59 Hotfix + config optimization
- Fixed a bug that didn't let any function receive connection objects
- Added uvicorn logging level to config
2025-09-06 01:09:30 +03:00
c2dd26c5d3 Changed config.py
Table and schema names can now be configured in .env file
2025-09-05 19:35:03 +03:00
2b191dddd2 Implemented all endpoints 2025-09-03 20:49:19 +03:00
1df815f8c9 First Commit
- Added a script with all FastAPI methods
- Added a main.py file to start everything
- Generated a config that grabs data from .env
2025-08-30 02:39:49 +03:00