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()
Release files for firebirdsql 0.6.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| firebirdsql-0.6.1.tar.gz | 32.0 kB | Details |
Release files / firebirdsql-0.6.1.tar.gz
| Download URL | firebirdsql-0.6.1.tar.gz |
|---|---|
| Size | 32.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
e633d9f1d91f16be89af04d51c9d0c4afcedc5c008fdab2eda013369895066e6
|
|
BLAKE2b-256 checksum How to use checksums |
d98bd09f4e4ebbc8f0bbdd1c83ab1ba53e8a88556a1b79d229fb30ecb66c3ec2
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |