BigfootDS / supercamo

Camo-inspired ODM for NeDB, built specifically for BigfootDS' needs.
https://bigfootds.github.io/supercamo/
MIT License
1 stars 0 forks source link

feat: Embedded Documents (a.k.a Subdocuments) #19

Closed AlexStormwood closed 2 months ago

AlexStormwood commented 2 months ago

This feature mostly already exists in v0.4.4. This issue is for tracking progress for this feature in the TypeScript rewrite of this package.

Tests to confirm this feature should be:

Golden Path Tests

Error-Handling Tests

AlexStormwood commented 2 months ago

Not sure that this is needed, given that all EmbeddedDocument and Document functionality both stem from BaseDocument - and the Document tests are passing perfectly fine.