This is an automated email from the ASF dual-hosted git repository.
JackieTien97 pushed a change to branch ty/sqlalchemy
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from ee5afb691f8 Rewrite SQLAlchemy dialect to support IoTDB 2.0+ table
model
add dfe9b27184c Add SQLAlchemy example, Chinese README, and comprehensive
dialect tests
No new revisions were added by this update.
Summary of changes:
iotdb-client/client-py/README.md | 206 ++++--
iotdb-client/client-py/README_ZH.md | 671 ++++++++++++++++++
iotdb-client/client-py/sqlalchemy_example.py | 243 +++++++
.../tests/integration/sqlalchemy/test_dialect.py | 781 ++++++++++++++++++++-
4 files changed, 1811 insertions(+), 90 deletions(-)
create mode 100644 iotdb-client/client-py/README_ZH.md
create mode 100644 iotdb-client/client-py/sqlalchemy_example.py