-
Notifications
You must be signed in to change notification settings - Fork 0
rjzou/MySQLEngine
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
# 使用方法如下: # 1.引入MySQLEngine from MySQLEngine import DBInterface # 2.直接使用 if __name__ == "__main__": mysql_db = DBInterface() mysql_connection = mysql_db.result_engine table="t_table1" data={'id':int(item['id']),'username':int(item['username'])} mysql_connection.update(table,data) print("数据已成功存储MySQL数据库中。")
About
python封装的操作mysql引擎
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published