Python Connector for Zoho CRM について

PythonアプリケーションからZoho CRMにアクセスして、格納されているデータに対して作成、読み取り、更新、削除操作を実行

Python Connector for Zoho CRM is a reliable connectivity solution for accessing Zoho CRM from Python applications to perform create, read, update, and delete operations on stored data. The solution fully implements the Python DB API 2.0 specification and is distributed as a wheel package for Windows 32-bit and 64-bit.

Python Connector for Zoho CRM Features

  • Standard SQL Syntax - The connector fully supports the ANSI SQL standard and lets you execute SQL statements against your Zoho CRM data just like you would normally work with relational databases. Simple queries are directly converted to Zoho CRM API calls and executed on the Zoho CRM side. Complex queries are transformed into simpler queries, which are then converted to Zoho CRM API calls. The embedded SQL engine then processes the results in the local cache and applies advanced SQL features from the original complex query.
  • High Performance - The connector supports connection pooling and local caching of data to increase the access speed. It also lets you submit multiple update statements to Zoho CRM for processing as a batch to improve execution time.
  • Platform Support - The Python connector is available for Windows and Windows Server (32-bit and 64-bit).
  • Unicode-Compliant Connector - The Unicode-compliant connector lets you retrieve and update multilingual data, regardless of its character encoding (Chinese, Cyrillic, Hebrew, and more) in any language environment.
  • Data Types Support - The connector supports all Zoho CRM data types and Python data types. It offers additional options to control data type mapping between the Zoho CRM data types and Python data types.