hldb / welo

peer-to-peer, collaborative states using Merkle-CRDTs
Other
32 stars 2 forks source link

Manifest Hardening #73

Open tabcat opened 1 year ago

tabcat commented 1 year ago

Need to look at how to do deep type checks statically with typescript and at runtime with something like zod. One of the goals of welo is to make it easy for users build custom dynamic data types. Making sure data from external sources matches a strong type will reduce footguns and database crashes.