Python 資料庫介面模組

2021-08-26 13:02:56 字數 458 閱讀 5383

mysql

sqlite

postgresql

pygresql -- 歷史最悠久,最流行的 postgresql 介面

psycopg2 -- 特別為高併發環境設計的 postgresql 驅動

pypgsql -- python世界裡的另乙個 postgresql 介面

oracle

ibm db2

sap db

infomix

interbase

ingres

sybase

sql server

thinksql

matisse

odbc

jdbc

sqlrelay

gadfly

gadfly 是 python 實現的乙個輕型 in-memory 關聯式資料庫,本身即提供 db-api 相容的訪問介面。

python資料庫模組 python 資料庫模組

python 資料庫介面模組 swordsp 2007 01 16 13 36 01 本條目收集了 python 中的常用資料庫介面模組,包括各種主流關聯式資料庫和一些通用介面 如無特別註明,均實現 或部分實現 了 db api 標準。更廣泛的 python 資料庫技術參見 python 資料庫開發...

Python中常用資料庫訪問介面模組

引用 python 資料庫介面模組 swordsp 2007 01 16 13 36 01 目錄專用資料庫連線模組 mysql sqlite postgresql oracle ibm db2 sap db infomix interbase ingres sybase sql server thi...

python的資料庫介面

愛死python了,總是那麼簡潔有力。python為訪問資料庫設計了乙個通用介面,具體的庫只需實現這個介面即可,意味著你的 裡只要修改一下 import db即可實現資料庫轉移 當然,sql相容也是需要考慮的問題,但現在是討論python的問題,先不管它好了。對於python,資料庫訪問主要的物件有...