»

SQLAlchemy

總站長 於 2016-04-29 21:59:01.053012+00:00 更新 訪問次數:1808

Python語言操作MySQL數據庫:

1. mysql-python。

    需要compile.
    可通過Greenify補丁支持gevent.

2. PyMySQL。

    純Python.
    可直接支持gevent.
    https://github.com/PyMySQL/PyMySQL

3. pyodbc。

    C++語言.
    https://github.com/mkleehammer/pyodbc.

4. MySQL Connector/Python。这个是纯python实现的MySQL接口,;

    純Python. 
    http://dev.mysql.com/downloads/connector/python/

5. cymysql。

    依賴cython. 需要compile.
    PyMySQL衍生版本.
    https://github.com/nakagami/CyMySQL/

6. OurSQL。

    依賴cython. 需要compile.
    https://github.com/nakagami/CyMySQL

7. zxjdbc。

    Jython driver.

× 可以使用來跳轉到前一章節或後一章節。 還可以使用回車來擴展或縮小文章區域。C鍵打開評論,ESC關閉評論。