Rewrite pynotify to use SQLAlchemy rather than psycopg2 directly #2091
Labels
area: integrations
Related to general integrations, including requests for a new integration
tech-debt
Problems with current implementation of a system/feature
psycopg2 uses raw libpq connection strings, but sqlalchemy has its own format --
postgresql+psycopg2://...
is valid for the latter but not the formerThe text was updated successfully, but these errors were encountered: