小课堂,Python连接这个云服务数据库的教程
-
教程地址: https://docs.memfiredb.com/posts/example/Python-example.html
代码地址:https://gitee.com/memfiredb/memfiredb-example-python
1.下载代码:https://gitee.com/memfiredb/memfiredb-example-python/blob/master/retry_exception_process/main.py
2. 使用命令行执行
python main.py ipaddr 5433 dbname dbuser dbpassword上述参数需要使用MemFire Cloud平台上创建的云数据库的连接信息替换
使用python开发,SQLAlchemy最主流,入门教程:
https://www.datacamp.com/tutorial/sqlalchemy-tutorial-examples如果是python刚刚入门,那么使用pgsql直接来写sql会简单一些
https://www.datacamp.com/tutorial/tutorial-postgresql-python