python sqlite3,读取视频信息并存入数据库

要操做关系数据库,首先须要链接到数据库,创建connection。 其次打开游标cursor,经过cursor执行SQL语句。 导入sqlite驱动: import sqlite3 一、refresh sqlite3: def RefreshDB(self, path): #delete the table created before and then create a new table
相关文章
相关标签/搜索