But ! how this LOAD does query the database via event-sourcinghere ?
I came across this issue while implementing search order tier ; in the Postgres shell all tables were filled by my input data from the swagger , except the search.orders which was empty ...
I just wanted to add "Get All Orders" then things became convoluted ..
Hello
In other tiers LOAD, FIND , SAVE ... functions bounded to the PostqreSQL modules for example :
FIND is bounded to the database query here
But ! how this LOAD does query the database via event-sourcing here ?
I came across this issue while implementing search order tier ; in the Postgres shell all tables were filled by my input data from the swagger , except the search.orders which was empty ...
I just wanted to add "Get All Orders" then things became convoluted ..
Thanks