top | item 46875107

(no title)

gr4vityWall | 27 days ago

They seem to have a schema solution from their docs: https://docs.modelence.com/stores

discuss

order

artahian|27 days ago

Yup, the way you interact with MongoDB collections in Modelence is via Store, which has a Zod-compatible schema, enforced at build-time and pre-deployment, instead of runtime (since at that point it's too late).