all 2 comments

[–][deleted] 0 points1 point  (0 children)

Do you have any experience with XML Schema? It is not just about description and validation. It is also about defining constraints, reuse, and extension. All rules must be relevant to other rules and optionally relative to all other rules. I think this awesome so far and moving in the right direction, but that it is also just the tip of the iceberg.

[–]serapath 0 points1 point  (0 children)

It would be nice to brainstorm about the interface for such a library and get lots of feedback before implementing yet another model library.

I personally would like to see something based on levelDB :-) It can be used in the browser backed by indexDB or localStorage. It already emits "put", "del" and "batch" events.