feat: add supabase db

This commit is contained in:
qixinbo
2026-03-21 20:28:02 +08:00
parent cf19c9c12f
commit 7da0d9677e
6 changed files with 76 additions and 5 deletions
+1 -1
View File
@@ -69,6 +69,6 @@ class PostgresConnector:
return True
except Exception as e:
print(f"PostgreSQL Connection Error: {e}")
return False
raise e
postgres_connector = PostgresConnector()