Hi Sir,
As I know in QxOrm library it is impossible to synchronize efficiently a QxModelView with a DBMS. In order to have up-to-date data One needs to clear the entire model and fetch all rows of database repeatedly. Or add some extra columns to a table like lastUpdatedTime but again go through all rows of a table and check that value. Obviously all these workarounds are not efficient and are time consuming.
To solve this problem I tried to use https://rethinkdb.com/, because this DBMS is RealTime and NoSQL(like mongoDB) but I couldn't find an official binding to C++. Then, I accidentaly found out that mongoDB also supports change events and this is done by Change Streams https://docs.mongodb.com/v3.6/changeStreams/.
So the question, is it possible to add this kind of synchronization to QxModelView?
Best regards,
Nurnazarov Bakhman.
*If the question is not clear or you have some other questions to me please write! I appreciate your response! ))