Skip to content

Commit dbe44ea

Browse files
committed
Release 1.0.0
1 parent 2876ef3 commit dbe44ea

File tree

11 files changed

+497
-24
lines changed

11 files changed

+497
-24
lines changed

README.rst

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
Firebird driver for Python
33
==========================
44

5-
This package contains driver that uses new Firebird API introduced in Firebird 3.
6-
It also works ONLY with Python 3.8+.
5+
This package provides official Python Database API 2.0-compliant driver for the open
6+
source relational database Firebird®. In addition to the minimal feature set of
7+
the standard Python DB API, this driver also exposes the new (interface-based)
8+
client API introduced in Firebird 3, and number of additional extensions and
9+
enhancements for convenient use of Firebird RDBMS.
710

11+
Requires: Firebird 3+, Python 3.8+
12+
13+
See firebird-lib package for optional extensions to this driver.

0 commit comments

Comments
 (0)