SQLAlchemy 0.4 beta1

SQLAlchemy version 0.4, the biggest release SQLAlchemy has ever had,
is released in its first beta.

If you haven’t been following along, it’s time to catch up ! An
overview-in-progress of whats new is at http://www.sqlalchemy.org/trac/wiki/WhatsNewIn04

And, quoting project’s leader:

We also desperately need beta testers for these platforms: MS-SQL, Firebird, and Informix. 0.4 has been tested extensively with SQLite, Postgres, MySQL, and Oracle.

Database Workbench 2.8.9 released

Ladies, gentlemen,

Upscene Productions is proud to announce the next
version of the popular database development tool:

Database Workbench 2.8.9 has been released today!

Download a trial at: http://www.upscene.com
Full list of features and fixes: http://www.upscene.com/news/20070813.htm

Database Workbench supports:

  • Borland InterBase ( 4.x – 8.x )
  • Firebird ( 1.x, 2.0 )
  • MS SQL Server/MSDE ( v6.5, 7, 2000, 2005, MSDE 1 & 2, SQL Express )
  • MySQL 4, 4.1, 5.0
  • Oracle Database ( 8i, 9i, 10g )
  • NexusDB ( 2.05 and up )

Read more

KDE Firebird RBDMS Administration Tool

This is one of the many open source database projects for Firebird RDBMS administration tools on Linux. Like many of its precedents its source code can be downloaded at http://sourceforge.net/projects/kfb

Kfb is programmed with KDevelop (C++ and Qt). It is fully GUI and based mainly on IBPP,  another open source project of C++ interface to Firebird API’s.  Kfb also includes some other libraries,  ncrypt and fbcopy, and all of them are open source projects and all can be downloaded at http://sourceforge.net

I have tried to achieve the goal of stability, speed and security in this project, while still keeping it easy to operate and include as many functions as possible. Kfb opeartes on FB 1.5 and 2.0 SS server.  Some efforts are to make this program more handy for the daily operations.

More information here.

SQLAlchemy 0.3.10 released

This is a minor release that is primarily to fix a connection pool
issue revealed earlier today. The pool issue was introduced in 0.3.9
and did not exist in prior versions, and only affects the behavior of
“timeout”, nothing to do with the state integrity of the pool or its
connections. The release also fixes some small bugs involving
binding connections directly to MetaData as well as Sessions.

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.

Tags: ,

1 113 114 115 116 117 150