Differences between revisions 1 and 12 (spanning 11 versions)
Revision 1 as of 2002-07-18 20:44:33
Size: 639
Editor: pD9E4DBFA
Comment:
Revision 12 as of 2009-12-28 22:34:21
Size: 1286
Editor: cl-86-125-163-156
Comment: added ubuntu install example and test
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
[[TableOfContents]]
Line 4: Line 3:
== Masthead == = Firebird =
Line 6: Line 5:
  URL:: http://firebird.sourceforge.net/
  licence:: Interbase Public License
  platforms:: Unix, win32
  URL:: http://firebirdsql.org
  licence:: Interbase Public License, Initial Developer Public License
  platforms:: Unix, win32, Mac OS

== Pros ==

 * Powerful and stable cross-platform database
 * Extensive SQL standards support

== Cons ==

 * Python driver binary distribution only available for Windows ,need to compile for other platforms : here is the Howto install it on ubuntu http://mapopa.blogspot.com/2009/02/firebird-python-howto-on-ubuntu-wget.html
 

----
Line 14: Line 25:
  URL:: http://kinterbasdb.sourceforge.net/   URL:: http://www.firebirdsql.org/index.php?op=devel&sub=python
  Documentation:: http://www.firebirdsql.org/devel/python/docs/3.3.0/
Line 17: Line 29:
  Python versions:: 1.5.2 - 2.2   Python versions:: 2.4 - 2.6
Line 21: Line 33:
==== Comments ==== In addition to the minimal feature set of the standard Python DB API, KInterbasDB also exposes nearly the entire native client API of the database engine, including two-phase commit, server-side events, and an administrative API.
Line 23: Line 35:
== Other Drivers == ==== Pure Python Driver ====
Line 25: Line 37:
=== driver name === Work in progress for an pure python driver (no C compiler needed or fbclient library) similar to the pure java one
Line 27: Line 39:
  URL::
  licence::
  platforms::
  Python versions::

==== Programming Model ====

==== Comments ====

== Supported Python Applications ==

== Pros ==

== Cons ==
http://firebirdsql.org/index.php?op=devel&sub=qa&id=qaff200902

Firebird

URL

http://firebirdsql.org

licence
Interbase Public License, Initial Developer Public License
platforms
Unix, win32, Mac OS

Pros

  • Powerful and stable cross-platform database
  • Extensive SQL standards support

Cons


DB API 2.0 Drivers

KInterbasdb

URL

http://www.firebirdsql.org/index.php?op=devel&sub=python

Documentation

http://www.firebirdsql.org/devel/python/docs/3.3.0/

licence
BSD-like
platforms
Unix, win32
Python versions
2.4 - 2.6

Extensions to DB API

In addition to the minimal feature set of the standard Python DB API, KInterbasDB also exposes nearly the entire native client API of the database engine, including two-phase commit, server-side events, and an administrative API.

Pure Python Driver

Work in progress for an pure python driver (no C compiler needed or fbclient library) similar to the pure java one

http://firebirdsql.org/index.php?op=devel&sub=qa&id=qaff200902

Firebird (last edited 2020-12-13 14:33:35 by mariuz)

Unable to edit the page? See the FrontPage for instructions.