We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e1e920 commit eb762cdCopy full SHA for eb762cd
tests/__init__.py
@@ -1,10 +0,0 @@
1
-import os
2
-
3
-from sqlmodel import create_engine
4
5
-murfey_db_url = (
6
- f"postgresql+psycopg2://{os.environ['POSTGRES_USER']}:{os.environ['POSTGRES_PASSWORD']}"
7
- f"@{os.environ['POSTGRES_HOST']}:{os.environ['POSTGRES_PORT']}/{os.environ['POSTGRES_DB']}"
8
-)
9
10
-murfey_db_engine = create_engine(murfey_db_url)
0 commit comments