Official Tencent Cloud SDK for accessing MariaDB services via the API. Current version 3.1.40, stable release. The SDK follows a predictable pattern per service, with package names mapping to `tencentcloud.${service}.${version}`.
pip install tencentcloud-sdk-python-mariadbNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
List MariaDB instances using the MariaDB client.
Always use the versioned import path: `from tencentcloud.mariadb.v20170312 import ...`
Set environment variables with `TENCENTCLOUD_` prefix or use the `Credential` constructor directly.
Access response attributes directly, e.g., `resp.TotalCount` instead of `resp.to_json_string()` if only specific fields are needed.
Use from tencentcloud.mariadb.v20170312 import mariadb_client
Verify that TENCENTCLOUD_SECRET_ID and TENCENTCLOUD_SECRET_KEY environment variables are correct and not expired.