Kevora IDE for Firebird

New QT based IDE for Firebird Kevora

Recently, Kevora also supports Firebird or Interbase access. Despite this database does not have schemas, Kevora will place all objects below a “virtual” rdb$relations schema.

The tools we use to produce Kevora are:

    * Qt Creator or QDevelop.
    * Qt Designer.
    * Qt Linguist.
    * GCC compiler and g++ (on Linux).
    * MinGW (on Windows).
    * InstallJammer or BitRock InstallBuilder for Qt.

Entity Framework and Firebird Embedded

Did you ever think about how cool would be to have fully featured SQL database, without installation (just xcopy) and with Entity Framework support?

I was wondering whether the Entity Framework support I’m creating in FirebirdClient will work with Embedded version. Taking into account that the communication layers are under the EF support, there should be no problem. But you’ll never be sure until you try it. 😉 And it works.

1 182 183 184 185 186 298