miroir-framework / miroir

The Miroir Framework monorepo
0 stars 0 forks source link

FEATURE: execute Queries on relational database #10

Open miroir-framework opened 7 months ago

miroir-framework commented 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.

miroir-framework commented 1 month ago

Partial implementation exists today in SqlDbExtractorRunner.ts and SqlDbExtractorTemplateRunner.ts