python讀取sqlite文件

import sqlite3 這是python內置的,不須要pip install 包html 數據庫裏面有不少張表python 要操做數據庫首先要鏈接conect數據庫sql mydb=sqlite3.connect("alfw.sqlite") 而後建立遊標cursor來執行executeSQL語句 cursor=mydb.cursor() 好比我想看這個數據庫的幾張表的名字是什麼數據庫 cu
相關文章
相關標籤/搜索