Commit c47d7331 by mohammed.shibili

updates done

parent 2b23e8d2
......@@ -6,7 +6,6 @@ from script.servieces.accept_data import user_data, user_postgres
print("1.mongodb\n2.postgresql")
choice = int(input("enter your choice"))
if choice == 1:
coll_name = mongo_connection()
user_data(coll_name)
elif choice == 2:
......
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