Firebird Backend working with #Django 1.2
David Elias wrote on django-firebird-dev group
about his backend changes to make Django 1.2 work with Firebird
David Elias wrote on django-firebird-dev group
about his backend changes to make Django 1.2 work with Firebird
Kinterbasdb 3.3.0 stable driver is included in Debian Squeeze (Testing) and Sid (Unstable)
Update : is now included in Ubuntu Lucid Lynx
You can install it by a simple:
sudo apt-get install python-kinterbasdb
Python Bug that can trigger some errors when upgrading from kinterbasdb 3.2 to kinterbasdb 3.3
if python/kinterbasdb users upgrade kinterbasdb they must be aware of this python bug, because all existing code must be inspected for “(retrieved Decimal value) compare (float)” statements, which before upgrade were Ok (retrieved float value) compare (float)) statements
Hello everyone, I want to make a summary of the changes implemented in
recent times about the project django-firebird:
Remember, this software is still in alpha version, use it at your own risk.
Feel free to try and make any comments on this subject.
We need to add more experience with django and firebird to resolve some
issues. Any help will be apreciated.
Regards.
—
Maxi.
Pyrit’s storage code was abstracted and refactored which makes it possible to use relational databases like firebird
The benefit: Create a central mysql/pgsql/mssql/oracle/firebird/sqlite-server somewhere on your network and let multiple Pyrit-clients access and work on the central server for good; enjoy the blessings of ACID, partitioning, automatic backup, replication and fine-grained user authentication.
Thomas started a new blog category dedicated to Firebird/Django and he is already impressed about it .. And he really contributed back to the backend
Although not being a Python Geek, I gave Django a try, and I must admit, I’m impressed on how fast one can build a simple web-based master data management application with it. It’s pretty much defining an Django object model, which represents the tables, fields and relationships in your database. By enabling Django’s auto-generated admin site/area based on this model, this is all you need to access, delete, insert and update data in your database.
This release includes bugfixes, internal changes, and a few UI enhancements.
I’m pleased to announce CrunchyFrog 0.4.0.
CrunchyFrog is a SQL client mainly (but not solely) for the GNOME desktop.
Download:Visit the project page http://crunchyfrog.googlecode.com for more information about requirements and pre-built binaries.
KinterbasDB 3.3 is required .Here is the guide for KinterbasDB on Ubuntu . The one from Ubuntu’s repository is outdated.
Philippe Makowski created a prerelase repositories for OpenSuse and SLE
Choose the repository you need and setup Firebird 2.1.3RC1, Flamerobin and the Python driver
Crunchyfrog an gtk sql client/Rdbms frontend for gnome and ubuntu
http://ur1.ca/6nys http://ur1.ca/6nyt seems that Firebird is supported and seems to be written in python