Motor-ODM icon indicating copy to clipboard operation
Motor-ODM copied to clipboard

Support Views

Open codello opened this issue 4 years ago • 0 comments

Motor-ODM should support creating views. A View class could be a subclass of Document supporting the respective keys in the Mongo class. The creation of a view should happen in a dedicated method but can also happen lazily on first access.

Alternatively View and Document might have a common base class.

codello avatar Apr 13 '20 22:04 codello