Skip to content

rjzou/MySQLEngine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

No packages published

Languages