# memfiredb-example-python **Repository Path**: memfiredb/memfiredb-example-python ## Basic Information - **Project Name**: memfiredb-example-python - **Description**: 使用Python访问memfiredb的示例代码 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-02-24 - **Last Updated**: 2021-06-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 环境描述 + python 2.7 + pip install sqlalchemy==1.3.23 + pip install psycopg2-binary ## ssl_connect 包含了如何使用ssl证书连接Memfire的实例代码 ## retry_exception_process 包含了使用Memfire时需要手动处理的一些重试场景的实例代码。