Firebird Python Driver KInterbasDB 3.3 Released

Source and binary distributions for Windows are ready for download at
http://www.firebirdsql.org/index.php?op=devel&sub=python

Completely reworked and extended documentation is also available
on-line at http://www.firebirdsql.org/devel/python/docs/3.3.0/

There Are no binary Linux packages of
KInterbasDB, only Windows ones, because you can easily install
KInterbasDB on Linux from source package by using: python setup.py build
and install commands (Python version of make; make install). Everything
what you need for successful source install is GCC and Firebird
installed.

See this page for details .

Firebird RDBMS GUI Administration Tool gfb 1.0 released

This administration tool is targeted at Linux Operating System and written in pure C, with GTK and GLADE interface.

Compared with its former generation of kfb (written in qt) this application is much faster,

All libraries used in this application are open-sourced free software, and because of GTK’s lisence, this application itself is not required to be open-source, and can be used for any purposes free.

Many new functions have been added into this application since the publication of kfb, and gfb is based on Firebird 2.1.1

The Gift of CakePhp 1.2 final

Today, the history of the CakePHP grows stronger. December 25, 2008 will be remembered as one of the most important points in this history. After exactly 2 yrs from the first development release, we can happily say we have the most stable and powerful web framework available. Please enjoy our big present to you, CakePHP 1.2 stable

After you have installed it you can create applications with Firebird just like the Blog example (follow the comments for firebird tips)

You can follow an Firebird+Nginx tutorial

SQLAlchemy 0.5.0 Released

The first official release of the 0.5 series is now available. This version packs a huge amount of change since 0.4 including multiple paradigm shifts in usage as well as countless bugfixes and behavioral and speed improvements. Through a series of prereleases, 0.5 is already on production systems and has been extensively tested by dozens of users. With the first 0.5 release, 0.6 is underway as well and will be where Py3k support is targeted. SQLAlchemy 0.5 is available for download on the download page. A comprehensive migration document is at 05Migration.

There is at least one firebird-specific change:

  • Added support for returning values from inserts (2.0+ only), updates and deletes (2.1+ only).
1 90 91 92 93 94 147