Why I find MySQL to be so bad compared to Firebird

MySQL is the most used Open Source database engine. I have personally used it for almost 10 years. I worked with versions 3.x, 4.x and 5.x of MySQL, but I also used other database engines, some of them handling the same “data-set size” as MySQL, while others have been smaller databases (mostly Desktop based databases such as SQLite, MS-Access and Paradox).

This is the first part of my complaint about MySQL and why I dislike it.

DBRE (DataBase REplicator) 0.19.1 – asynchronous replication DB

DBRE – is a system for asynchronous point-in-time databases replication. In addition, it can be used for a single transfusion of data between the DBMS
DBRE now supports Firebird and Mysql RDBMS. In future it will be supported Oracle, ODBC, PostgreSQL and SQLite. But any other database can be included to supporting with gomomorphic interface in C++ class.

spotted via nixp.ru Also I like the documentation diagrams , looks a little fuzzy to me

Firebird Community Interview part 2 with Daniel Albushat

So let’s get going:

Tell me a little about yourself

fbsql: Clean client-libraries for Firebird and Interbase databases

I’ve written this quite some time ago (and it didn’t receive much love since then, but it’s functional and should be bug-free), but I just noticed I haven’t mentioned it on my blog: fbsql is a clean C-API that can be used to create bindings for other languages (such as Python or Ruby). It’s much simpler to use than the raw Interbase/Firebird API and it uses IBPP internally. So it’s basically just forwarding the function calls to IBPP and abstracting the IBPP classes to a C interface that is straight forward and intuitive.

1 47 48 49 50 51 84