Mercurial > repos > tduigou > save_to_db
diff verification.py @ 1:6854ac8c5d2b draft
planemo upload for repository https://github.com/brsynth commit 6ae809b563b40bcdb6be2e74fe2a84ddad5484ae
| author | tduigou |
|---|---|
| date | Thu, 24 Apr 2025 12:02:14 +0000 |
| parents | 034686b5bc15 |
| children |
line wrap: on
line diff
--- a/verification.py Thu Apr 24 09:56:36 2025 +0000 +++ b/verification.py Thu Apr 24 12:02:14 2025 +0000 @@ -1,6 +1,6 @@ from sqlalchemy import create_engine, text -db_uri = "postgresql://postgres:RK17@localhost:5432/test_fragments_db" +db_uri = "postgresql://postgres:RK17@localhost:5432/test_fragments_db" #adapt with your URI's DB engine = create_engine(db_uri) with engine.connect() as conn:
