[Feature] Add MySQL Loader (#920)

Co-authored-by: Deven Patel <deven298@yahoo.com>
Co-authored-by: Deshraj Yadav <deshrajdry@gmail.com>
This commit is contained in:
Deven Patel
2023-11-13 13:21:36 -08:00
committed by GitHub
parent d839991acb
commit 919cc74e94
11 changed files with 369 additions and 20 deletions

View File

@@ -133,6 +133,7 @@ schema = "^0.7.5"
psycopg = { version = "^3.1.12", optional = true }
psycopg-binary = { version = "^3.1.12", optional = true }
psycopg-pool = { version = "^3.1.8", optional = true }
mysql-connector-python = { version = "^8.1.0", optional = true }
[tool.poetry.group.dev.dependencies]
black = "^23.3.0"
@@ -188,6 +189,7 @@ gmail = [
]
json = ["llama-hub"]
postgres = ["psycopg", "psycopg-binary", "psycopg-pool"]
mysql = ["mysql-connector-python"]
[tool.poetry.group.docs.dependencies]