firebirdsql 0.6.6
Firebird RDBMS bindings for python.
firebirdsql package is a set of Firebird RDBMS bindings for python.
It works on Python 2.5+ (include Python 3.x).
import firebirdsql
conn = firebirdsql.connect(dsn='localhost/3050:/foo/bar.fdb', user='alice', password='secret')
cur = conn.cursor()
cur.execute("select * from baz")
for c in cur.fetchall():
print(c)
conn.close()
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| firebirdsql-0.6.6.tar.gz (md5) | Source | 2012-02-27 | 34KB | 388 | |
- Author: Hajime Nakagami
- Home Page: http://github.com/nakagami/pyfirebirdsql/
- Keywords: Firebird
- License: BSD
- Categories
- Package Index Owner: nakagami
- DOAP record: firebirdsql-0.6.6.xml
