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
相關文章
相關標籤/搜索