================
PyfirebirdSQL
================
.. image:: https://travis-ci.org/nakagami/pyfirebirdsql.svg?branch=master
:target: https://travis-ci.org/nakagami/pyfirebirdsql
.. image:: https://img.shields.io/pypi/v/firebirdsql.png
:target: https://pypi.python.org/pypi/firebirdsql
.. image:: https://img.shields.io/pypi/dm/firebirdsql.png
:target: https://pypi.python.org/pypi/firebirdsql
.. image:: https://img.shields.io/pypi/l/firebirdsql.png
firebirdsql package is a set of Firebird RDBMS bindings for Python (Written in pure Python : no C compiler needed or fbclient library)
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()
PyfirebirdSQL
================
.. image:: https://travis-ci.org/nakagami/pyfirebirdsql.svg?branch=master
:target: https://travis-ci.org/nakagami/pyfirebirdsql
.. image:: https://img.shields.io/pypi/v/firebirdsql.png
:target: https://pypi.python.org/pypi/firebirdsql
.. image:: https://img.shields.io/pypi/dm/firebirdsql.png
:target: https://pypi.python.org/pypi/firebirdsql
.. image:: https://img.shields.io/pypi/l/firebirdsql.png
firebirdsql package is a set of Firebird RDBMS bindings for Python (Written in pure Python : no C compiler needed or fbclient library)
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.8.tar.gz
(48.7 kB
view details)
File details
Details for the file firebirdsql-0.9.8.tar.gz.
File metadata
- Download URL: firebirdsql-0.9.8.tar.gz
- Upload date:
- Size: 48.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9b9917860ecef2f2642ce620d29ff814554d54b03dd5a41b45c41b606c21e149
|
|
| MD5 |
bb159e30f6d068ca3c28283539444cff
|
|
| BLAKE2b-256 |
d82847eba03e49bab4bc755d17147afc78f49d2108d304fecab971ca30d75fed
|