Debian Package of the Day: FlameRobin: A GUI to Administer Firebird/Interbase SQL servers

Article submitted by Anton Kavalenka.

Firebird SQL server is popular because it is free, open, lightweight and secure. Firebird is based on the Interbase SQL server, and can be accessed by the same client libraries.

FlameRobin FlameRobin is a X-platform GUI application that makes the life of Firebird/Interbase admins easier. It’s a very light-weight solution (implemented with wxWidgets) as opposed to Tora, which tries to be universal, but is very huge and takes a while to load. FlameRobin starts almost instantly, but being lightweight doesn’t mean to be poor in features. Some of them are:

« Hide it

fb_mhash 1.2.01 released

fb_mhash is a UDF library for Firebird/Interbase. It implements an interface to the mhash library (libmhash). It support hash, hmac, and key generation algorithms, such as SHA1, MD5, MCRYPT, and S2K_SALTED. It support BLOB data.

Release focus: Minor bugfixes

Changes:
The dependency on the Firebird library was removed.

Versioning monitoring tables in Firebird 2.1/2.5

Firebird 2.1 added the long-awaited monitoring tables. By querying special system tables starting with MON$, you get a snapshot of the current activities in your database like who is connected to your database, which transactions and statements are running and so on. You even can cancel a running query by executing a DELETE statement on MON$STATEMENTS. Firebird 2.5 will also allow you to cancel an entire attachment via a DELETE on MON$ATTACHMENTS.

Read More on Thomas Steinmaurer’s Blog

Red Database 2.1 released – merge ideas

Hello, Dear Firebird Team Members!

After almost two years in development, four betas and four release
candidates, Red Database 2.1 is finally released.

Information about the release is present here:
http://www.red-soft.biz/en/index.html

1 155 156 157 158 159 202