It works on Python 2.6+ (including Python 3.x)
see https://pyfirebirdsql.readthedocs.org/en/latest/
Example
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()
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.9.7.tar.gz
(47.9 kB
view details)
File details
Details for the file firebirdsql-0.9.7.tar.gz.
File metadata
- Download URL: firebirdsql-0.9.7.tar.gz
- Upload date:
- Size: 47.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f433d9a4ae1a135906682c465051912c161430373573b3e6e09d5d6e74ba2a23
|
|
| MD5 |
90b62e2db7b85704246834077369cb6a
|
|
| BLAKE2b-256 |
5e4944dea0267871bad5e5bf03c69a87f5207629a18133002879e7591e154a21
|