AnySQL Maestro released

AnySQL Maestro SQL Maestro Group announces the release of AnySQL Maestro – a freeware, but powerful tool for all the database engines accessible via ODBC driver or OLE DB provider (Access, SQL Server, Firebird, Oracle, MySQL, PostgreSQL, etc). Key features include database object management, graphical database designer, visual query builder, data export and import, BLOB Viewer/Editor, and a lot of other things.

AnySQL Maestro has been successfully tested with Firebird ODBC drivers 1.xx and 2.0 beta and all the latest Firebird server versions up to 2.1.

Generic Database Output Module for rsyslog

An introductory article about using the new Generic Database Output Module

This modules supports a large number of database systems via libdbi. Libdbi abstracts the database layer and provides drivers for many systems. Drivers are available via the libdbi-drivers project. As of this writing, the following drivers are available:

FBExport 1.70 released

FBExport is an open source command-line tool for exporting and importing data from Firebird databases. It features:

  • export and import data from Firebird databases
  • export to comma separated values (CSV) format
  • export as INSERT statements
  • use exported data as input for DML statements
  • cross platform – works on Windows and Linux
  • works with all Firebird versions (tested 1.0 – 2.1)

Here are the changes in version 1.70:

  • Slash character is no longer removed when loading statements from file
  • Username and password are read from ISC_USER and ISC_PASSWORD enviroment variables if available
  • Added header with column names to CSV export
  • Fixed bug with copying data on Windows

Download the latest version while it’s fresh 🙂

rsyslog 3.11.2 (Development) with firebird support added

Rsyslog is an enhanced multi-threaded syslogd. Among other features, it offers support for on-demand disk buffering, reliable syslog over TCP, writing to MySQL and PostgreSQL databases, fully configurable output formats (including great timestamps), the ability to filter on any part of the syslog message, and on-the-wire message compression. It is designed as a drop-in replacement for stock syslogd and thus is able to work with the same configuration file syntax. Of course, some enhanced features require changing the configuration file, but in general, this should be fairly easy.

Release focus: Major feature enhancements

SQLObject 0.10.0b2 released

I’m pleased to announce the 0.10.0b2 release of SQLObject.

What is SQLObject
=================

SQLObject is an object-relational mapper. 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.

1 101 102 103 104 105 147