New version of SQLAlchemy’s Firebird backend

Lele Gaifax calls for testing the new version of Firebird backend for SQLAlchemy. The source is attached to this trac ticket.
SQLAlchemy is the Python SQL toolkit and Object Relational Mapper that gives application developers the full power and flexibility of SQL.
It provides a full suite of well known enterprise-level persistence patterns, designed for efficient and high-performing database access, adapted into a simple and Pythonic domain language.

SQLObject 0.8.1 and 0.7.4 released

SQLObject is an object-relational mapper for python. Your database tables are described as classes, and rows are instances of those classes. SQLObject is meant to be easy to use and quick to get started with.

SQLObject supports a number of backends: MySQL, PostgreSQL, SQLite, and Firebird. It also has newly added support for Sybase, MSSQL and MaxDB (also known as SAPDB).

Return value from Firebird.createTable() was fixed in this release. For complete list of changes, please see the news.

NHibernate 1.2.0.CR1

After several months of development, NHibernate 1.2 is approaching release, as indicated by the change from Beta to CR (Candidate for Release). The latest release fixes most reported bugs and includes numerous small improvements. The release is now available for download as a Windows Installer (.msi) package, and a separate installer contains the API documentation, ready to be integrated into Visual Studio 2005.
Change Log | Download
NHibernate is a port of Hibernate Core for Java to the .NET Framework. It handles persisting plain .NET objects to and from an underlying relational database. Given an XML description of your entities and relationships, NHibernate automatically generates SQL for loading and storing the objects. Optionally, you can describe your mapping metadata with attributes in your source code.

NHibernate 1.0.4

NHibernate 1.0.4 bugfix version was released at 24 january 2007.

NHibernate is a port of Hibernate Core for Java to the .NET Framework. It handles persisting plain .NET objects to and from an underlying relational database. Given an XML description of your entities and relationships, NHibernate automatically generates SQL for loading and storing the objects. Optionally, you can describe your mapping metadata with attributes in your source code.

All Firebird versions supported by the FirebirdSql.Firebird drivers (version 1.6 and 1.7) are supported, including Firebird Embedded.

There is also NHibernate 1.2.0.Beta3 version available for download, which supports latest Firebird .NET provider version 2.0. This version includes support for using stored procedures with entities mapped by NHibernate, support for .NET 2.0 generic and nullable types, and many other improvements and features ported from Hibernate 3.x.

SQLObject 0.8.0

SQLObject 0.8.0 was released 12 Feb 2007.

SQLObject is a popular python ORM for providing an object interface to your database, with tables as classes, rows as instances, and columns as attributes.

SQLObject includes a Python-object-based query language that makes SQL more abstract, and provides substantial database independence for applications.

Dabo 0.7.2 Released

Dabo 0.7.2 was released at Jan 18, 2007.

Dabo is a 3-tier, cross-platform application development framework, written in Python atop the wxPython GUI toolkit. And while Dabo is designed to create database-centric apps, that is not a requirement. Lots of people are using Dabo for the GUI tools to create apps that have no need to connect to a database at all.

Currently, Dabo supports MySQL, PostgreSQL, Firebird and SQLite backends, but in the near future it will support all databases that have drivers that conform to the Python dbapi.

1 2 3 4