Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/firebirdsql/fdb
Firebird Driver for Python
https://github.com/firebirdsql/fdb
database driver firebird python
Last synced: 2 days ago
JSON representation
Firebird Driver for Python
- Host: GitHub
- URL: https://github.com/firebirdsql/fdb
- Owner: FirebirdSQL
- License: other
- Created: 2017-10-10T10:27:18.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-12-21T16:43:05.000Z (11 months ago)
- Last Synced: 2024-09-19T09:48:07.963Z (about 2 months ago)
- Topics: database, driver, firebird, python
- Language: Python
- Homepage: https://www.firebirdsql.org/en/devel-python-driver/
- Size: 2.68 MB
- Stars: 60
- Watchers: 15
- Forks: 26
- Open Issues: 20
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.TXT
Awesome Lists containing this project
README
====================================
FDB - The Python driver for Firebird
====================================|docs|
Home_ * Documentation_ * `Bug Reports`_ * Source_
FDB is a `Python`_ library package that implements `Python Database API 2.0`_-compliant support for the open source relational
database `Firebird`_ ®. In addition to the minimal feature set of the standard Python DB API, FDB also exposes the entire native
(old-style) client API of the database engine. Notably:* Automatic data conversion from strings on input.
* Automatic input/output conversions of textual data between UNICODE and database character sets.
* Support for prepared SQL statements.
* Multiple independent transactions per single connection.
* All transaction parameters that Firebird supports, including table access specifications.
* Distributed transactions.
* Firebird BLOB support, including support for stream BLOBs.
* Support for Firebird Events.
* Support for Firebird ARRAY data type.
* Support for all Firebird ServicesFDB also contains extensive collection of submodules that simplify various Firebird-related tasks. Notably:
* Database schema
* Firebird monitoring tables
* Parsing Firebird trace & audit logs
* Parsing Firebird server log
* Parsing Firebird gstat utility output|donate|
.. _Python: http://python.org
.. _Python Database API 2.0: http://www.python.org/dev/peps/pep-0249/
.. _Firebird: http://www.firebirdsql.org
.. _Bug Reports: http://tracker.firebirdsql.org/browse/PYFB
.. _Home: http://www.firebirdsql.org/en/devel-python-driver/
.. _Source: https://github.com/FirebirdSQL/fdb
.. _Documentation: http://fdb.readthedocs.io/en/v2.0/.. |donate| image:: https://www.firebirdsql.org/img/donate/donate_to_firebird.gif
:alt: Contribute to the development
:scale: 100%
:target: https://www.firebirdsql.org/en/donate/.. |docs| image:: https://readthedocs.org/projects/fdb/badge/?version=v2.0
:alt: Documentation Status
:scale: 100%
:target: http://fdb.readthedocs.io/en/v2.0/