利用python語言連接數據庫

①去https://sqlitebrowser.org/下載DB Browser for SQLite ②利用python語言創建數據庫連線 #ch29_3.py import sqlite3 conn = sqlite3.connect(「myInfo.db」) # 資料庫連線 sql = ‘’‘Create table students( id int, name text, gender t
相關文章
相關標籤/搜索