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.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


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

Uploaded Source

File details

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

File metadata

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

File hashes

Hashes for firebirdsql-0.7.1.tar.gz
Algorithm Hash digest
SHA256 4c3e2bc8303a32480e406a3c393005d9e5378c8a1c9735d472a043b9ec09a2b5
MD5 e92a2778d526e687d137e5c9b8fb9081
BLAKE2b-256 ad47bb673598f279112c03f5b194e3e0c219e43856fcf5110a707ca5eff48414

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