https://github.com/firebirdsql/python3-driver
Firebird driver for Python that uses new Firebird API
https://github.com/firebirdsql/python3-driver
db-api dbapi firebird python
Last synced: 9 months ago
JSON representation
Firebird driver for Python that uses new Firebird API
- Host: GitHub
- URL: https://github.com/firebirdsql/python3-driver
- Owner: FirebirdSQL
- License: mit
- Created: 2020-04-30T09:22:59.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-03-14T14:05:47.000Z (10 months ago)
- Last Synced: 2025-03-30T08:11:18.056Z (9 months ago)
- Topics: db-api, dbapi, firebird, python
- Language: Python
- Homepage: https://firebirdsql.org/en/devel-python-driver/
- Size: 3.34 MB
- Stars: 30
- Watchers: 12
- Forks: 11
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# firebird-driver
## Firebird driver for Python
[](https://pypi.org/project/firebird-driver)
[](https://pypi.org/project/firebird-driver)
[](https://github.com/pypa/hatch)
This package provides official Python Database API 2.0-compliant driver for the open
source relational database Firebird®. In addition to the minimal feature set of
the standard Python DB API, this driver also exposes the new (interface-based)
client API introduced in Firebird 3, and number of additional extensions and
enhancements for convenient use of Firebird RDBMS.
-----
**Table of Contents**
- [Installation](#installation)
- [License](#license)
- [Documentation](#documentation)
## Installation
Requires: Firebird 3+
```console
pip install firebird-driver
```
See [firebird-lib](https://pypi.org/project/firebird-lib/) package for optional extensions
to this driver.
## License
`firebird-driver` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.
## Documentation
The documentation for this package is available at [https://firebird-driver.readthedocs.io](https://firebird-driver.readthedocs.io)