You are not logged in.
Hello,
Congratulations to everyone for making this great software.
I would ask if I can use a model on the client side. To access a sqlite database, stored in a mobile phone, through its corresponding model.
The architecture is as follows:
Server: Windows Server PC with Firebird RDBMS.
Clients: Mobile Phones (these in turn store a small SQLite database, and would like to use a data model to interact with the database. Clients work with two models, one server model (Firebird on server) and another its own model (SQLite on mobile phones).
Best regards, Antonio Angel.
Offline
Not yet.
Offline
On client-side he could use a normal sqlite-db-connection, and Firebird with Model.
Offline
@daniel Indeed. But the issue is how to synchronize the local and remote data, in both offline and online modes.
This is why this feature request should be IMHO better be linked to the "data synchronization" feature request.
Offline
@AB
Ok, I've though the sqlite db on client is only for saving connecting settings of the FirebirdDB and no synchronization is necessary.
At client you have to save server, db, username etc. and for that sqlite is a solution.
Offline
IMHO the client is not to be connected directly to the firebird db, but only via a mORMot server.
And sqlite was on client side for offline mode.
BTW I think firebird is not the best choice for a new mORMot project, only to be used with a legacy existing firebird db.
Offline
Thank you very much, wait then...
When you think "Local storage units SynCrossPlatform" it will be implemented ??
Best regards, Antonio Angel.
Offline