freebsd-ports/databases/kinterbasdb/pkg-descr
Mark Linimon 082b4d1b5f Add databases/kinterbasdb, a Python module to access the Firebird
(Interbase (TM) relational database.

Note: there seems to be no way around the portlint gripe.
Further note: this port won't install correctly until the underlying
Firebird DB is upgraded to get rid of its FORBIDDEN state, but
first things first.  (The was one of the oldest "new ports" PRs
in the system, predating the breakage).
PR:		ports/30823
Submitted by:	Dmytro Rud <unixoid@yahoo.com>
2003-12-04 06:42:39 +00:00

7 lines
384 B
Text

KinterbasDB Python module is a client part for the Interbase
(Firebird) SQL Server. It enables you to store, retrieve and handle
relational data in Interbase within Python program. It provides the
functionality to execute SQL statements, control transactions, to use
special data types and supports Python DB API 2.0 specifications.
WWW: http://sourceforge.net/projects/kinterbasdb/