Open miroir-framework opened 7 months ago
Queries can be executed on the server side, but only in the server localCache.
Allow the execution as SQL when datastore is relational DB.
Partial implementation exists today in SqlDbExtractorRunner.ts and SqlDbExtractorTemplateRunner.ts
SqlDbExtractorRunner.ts
SqlDbExtractorTemplateRunner.ts
Queries can be executed on the server side, but only in the server localCache.
Allow the execution as SQL when datastore is relational DB.