updated Postgres Service

This commit is contained in:
2025-04-01 17:37:03 +03:00
parent 4c87c4df91
commit 9e27893e8f
3 changed files with 291 additions and 13 deletions

View File

@@ -1,6 +1,6 @@
from Controllers.Postgres.config import postgres_configs
from Controllers.Mongo.config import mongo_configs
from Controllers.Postgres.implementations import generate_table_in_postgres, run_all_tests
from Controllers.Mongo.implementations import run_all_tests
if __name__ == "__main__":