Skip to main content

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)

Uploaded Source

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

Hashes for firebirdsql-0.9.7.tar.gz
Algorithm Hash digest
SHA256 f433d9a4ae1a135906682c465051912c161430373573b3e6e09d5d6e74ba2a23
MD5 90b62e2db7b85704246834077369cb6a
BLAKE2b-256 5e4944dea0267871bad5e5bf03c69a87f5207629a18133002879e7591e154a21

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 Sentry Error logging StatusPage Status page