f1tness_parser/dbapi/connector.py
2025-01-12 17:27:38 +03:00

4 lines
113 B
Python

from sqlalchemy import create_engine
engine = create_engine("postgres+psycopg2:///:localhost:5433", echo=True)