archangel-irk / storage

Mongoose-like schema validation, collections and documents on browser (client-side)
MIT License
17 stars 1 forks source link

clarification question #5

Open ORESoftware opened 9 years ago

ORESoftware commented 9 years ago

"If you want to add additional keys later, use the Schema#add method."

did you mean, add additional keys at runtime?

archangel-irk commented 9 years ago

This method is identical in behavior to the method http://mongoosejs.com/docs/api.html#schema_Schema-add.

If we talk about the runtime, the schema change may not affect previously created documents. If you will check it out, leave feedback here about the results.

After some time I will check it and write tests for it.