feat: add postgresql support

This commit is contained in:
lozzow
2023-09-24 23:56:18 +00:00
parent c830598c9e
commit 8b7197d83a
5 changed files with 215 additions and 12 deletions

View File

@@ -295,6 +295,7 @@ def core_requires():
"langchain>=0.0.286",
"SQLAlchemy",
"pymysql",
"psycopg2"
"duckdb",
"duckdb-engine",
"jsonschema",