medikoo / dbjs

In-Memory Database Engine for JavaScript
MIT License
28 stars 4 forks source link

Allow to provide nested paths for `reverse` setting #51

Open medikoo opened 8 years ago

medikoo commented 8 years ago

/cc @kamsi

Currently all we can provide is a key while sometimes it can be valuable to to pass it to nested property.

We would need to address it with another property, probably reverseKeyPath and maybe rename reverse to reverseKey which would also be more self explanatory