feat: add YDB as a new database engine (#31141)

This commit is contained in:
Oleg Ovcharuk
2024-12-05 17:14:19 +03:00
committed by GitHub
parent 638f82b46d
commit cf5c770adc
7 changed files with 287 additions and 0 deletions

View File

@@ -179,6 +179,7 @@ netezza = ["nzalchemy>=11.0.2"]
starrocks = ["starrocks>=1.0.0"]
doris = ["pydoris>=1.0.0, <2.0.0"]
oceanbase = ["oceanbase_py>=0.0.1"]
ydb = ["ydb-sqlalchemy>=0.1.2"]
development = [
"docker",
"flask-testing",