You are not logged in.
Pages: 1
Hello Ab,
Could you give me your opinion about using Firebird embedded as the embedded database instead of SQLite3 for mORMot ?
It could add some more configuration posibilities and extra features.
Greetings and thanks.
Offline
The main feature of Sqlite3 used in mORMot is virtual tables.
AFAIK this feature is not available in Firebird.
Another issue with Firebird embedded is that it is (much) slower than SQlite3, and files are (much) bigger.
If you need Firebird, you could use it as external DB (preferred via SynDBZeos.pas).
But IMHO it is not a good replacement for the mORMot core.
Offline
Thanks. That's (missing virtual tables) indeed a no-go !
Offline
Pages: 1