Skip to main content

Firebird RDBMS bindings for python.

Project description

firebirdsql package is a set of Firebird RDBMS bindings for python.
It works on Python 2.6+ (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


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.5.tar.gz (47.2 kB view details)

Uploaded Source

File details

Details for the file firebirdsql-0.9.5.tar.gz.

File metadata

  • Download URL: firebirdsql-0.9.5.tar.gz
  • Upload date:
  • Size: 47.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for firebirdsql-0.9.5.tar.gz
Algorithm Hash digest
SHA256 4db44cd08bd2b6862d8d73322cade08c75f7836a660f354042410ae2ebac1c58
MD5 a938e9d874d3f3def2d683dc15546fb5
BLAKE2b-256 22d8713d97d17e5c397f4a828742864d22b7858dea0ad515e39c7a69e7bf9bc0

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page