Brilliant! I am going to start diving into this. The data layer in Orchard Core seems extraordinarily well designed. I'm so glad that you guys managed to integrate GraphQL into your data access layer as well. The power of this architecture can't be understated.
@amarpanray Жыл бұрын
I kinda want to sit down and drink a bottle of wine and discuss technology with this guy.
@AhmadLafi-TheFirst Жыл бұрын
Regarding the ID discussion started at 44:00, what about cluster setup, there will be multiple distributed stores, are the IDs still guaranteed to be unique?
@aarontheeranitpongtongmuan2334 жыл бұрын
Such a good presentation, thanks.
@moofymoo3 жыл бұрын
yes, i'm sold to yessql. try this in new mini-project.
@Alejandro-wq6vq3 жыл бұрын
How do I query by Id? I didn't find that in the samples
@Alejandro-wq6vq3 жыл бұрын
Found it "var circle = await session.GetAsync(circleId);" This looks so good! Thank you!