Y
Hacker News
new
|
ask
|
show
|
jobs
by
gr4vityWall
139 days ago
They seem to have a schema solution from their docs:
https://docs.modelence.com/stores
1 comments
artahian
139 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).
link