資料庫使用教學 在這個教學中,我們希望用最淺顯易懂的方式教會大家使用幾個最常見的資料庫,包含使用python如何存取資料庫。 常用資料庫官網連結 SQLite (不用安裝!python內建的sqlite3模組可以直接存取sqlite資料庫。) PostgreSQL MariaDB MySQL Python存取資料庫教學 sqlalchemy sqlite postgresql mysql 常用資料庫管理工具 DBeaver DB Browser for SQLite SQLite Studio pgAdmin MySQL Workbench HeidiSQL