首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > perl python >

psycopg2如何连接firebird数据库

2013-12-02 
psycopg2怎么连接firebird数据库如题 求连接代码。。。。。。。。[解决办法]psycopg网站的标题就是“Psycopg: Postg

psycopg2怎么连接firebird数据库
如题 求连接代码。。。。。。。。
[解决办法]
psycopg网站的标题就是“Psycopg: PostgreSQL + Python”,它是用postgresql的。

firebird的支持(https://wiki.python.org/moin/Firebird):

Python 2.x-3.x Driver (Official Stable)

Pure python ctypes based driver (fbclient library is required) is located in svn repository (All official driver development is done in this repository) Functions and apis are mostly backward compatible with kinterbasdb. For complete list of differences, see the documentation in section Differences from KInterbasDB.

URL

    http://www.firebirdsql.org/en/python-devel-status/ 
Svn

    http://firebird.svn.sourceforge.net/viewvc/firebird/python/fdb/ 
pypi

    http://pypi.python.org/pypi/fdb/ 
Documentation

    http://pythonhosted.org/fdb/ 
Python versions
    2.7 - 3.3 

It was tested with cpython

Pure Python 3.x Driver

New pure python 3.x driver (no C compiler needed or fbclient library) development is located on github repository

URL

    https://github.com/nakagami/pyfirebirdsql 
pypi

    http://pypi.python.org/pypi/firebirdsql/ 
Documentation

    http://nakagami.github.com/pyfirebirdsql/ 
Python versions
    2.7 - 3.3 

It was tested with cpython , jython, ironpython and pypy

热点排行