ForerunnerDB
ForerunnerDB copied to clipboard
Schema support and sync with Mongo/Mongoose models?
Sort of touched on in this post, but I thought I'd make a formal request for this as it would be helpful in crud operations on the client side.
https://github.com/Irrelon/ForerunnerDB/issues/21
Cheers!
Something to look at as well https://github.com/hapijs/joi
Browser support is questionable but I still think it's worth looking at.
Choices that are viable for browser/server (from my research)
- http://indicative.adonisjs.com/#indicative
- https://atinux.fr/schema-inspector/
- https://github.com/epoberezkin/ajv (using custom keywords for sanitizing)