Ditto stores data records as documents (specifically JSON-like documents) which are gathered together in collections. An application stores one or more collections of documents.
cars
collection contain fields 'make'
, 'model'
, and 'year'
— structural uniformity is not mandatory.
There is no limit to the number of collections you can have in your data model, so create as many collections as you need.
cars
collection once executed.