Commit a94c3e85 by rakipv

changed

parent ebb97daf
from scripts.core.services.app import crud_operation_mongodb, crud_operations_postgresql
from scripts.core.services.app import crud_operations_postgresql
print(
"1.postgres\n 2.x+exit\n")
......@@ -6,6 +6,6 @@ print(
choice = int(input("Enter"))
if choice == 1:
crud_operation_mongodb()
crud_operations_postgresql()
if choice == 2:
exit()
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment