# memfiredb-example-python3 **Repository Path**: memfiredb/memfiredb-example-python3 ## Basic Information - **Project Name**: memfiredb-example-python3 - **Description**: 使用python3访问memfiredb的示例代码 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2024-05-14 - **Last Updated**: 2024-10-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 环境描述 + python 3.8.9 + pip install sqlalchemy==2.0.29 + pip install psycopg2-binary==2.9.9 ## sqlalchemy_demo.py 使用“密码认证”的认证方式连接云数据库 ## sqlalchemy_ssl_demo.py 使用“证书认证”的认证方式连接云数据库