Firebird RDBMS bindings for python.
Project description
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()
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()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
firebirdsql-0.8.3.tar.gz
(36.5 kB
view details)
File details
Details for the file firebirdsql-0.8.3.tar.gz.
File metadata
- Download URL: firebirdsql-0.8.3.tar.gz
- Upload date:
- Size: 36.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b3fca514337cf6ec4a79922dce4f4c9462514ea5b3e82afd0ef4ef6c99473675
|
|
| MD5 |
f12e9030728d2819ea95ccf2fa31e077
|
|
| BLAKE2b-256 |
deb870e4a629bc542d1a6ffdcd9447699ff156a217ea19b70e13428092d21ab9
|