随笔分类 -  数据库

mysql
摘要:https://pymysql.readthedocs.io/en/latest/modules/cursors.html 阅读全文
posted @ 2018-08-10 15:46 庭明 阅读(85) 评论(0) 推荐(0)
mysql 到postgresql
摘要:1 import pandas as pd 2 import psycopg2 3 from io import StringIO 4 import pymysql 5 conf={"mysql_form":{ 6 'host' : 'localhost', 7 'port' : 3306, 8 ' 阅读全文
posted @ 2018-06-20 11:39 庭明 阅读(178) 评论(0) 推荐(0)