You are not logged in.
Pages: 1
We have static data preferred to be stored locally as well. Is there a way to tell mORMot to use a local engine for certain fields?
TSomeRemoteSQLRecord = ...
ThisIsStoredLocally : TSomeSQLRecord;
Last edited by Leslie7 (2015-07-04 08:01:41)
Offline
You could indeed change the storage class for a given table.
See http://synopse.info/files/html/Synopse% … #TITLE_245
Offline
Pages: 1