jacksontj / dataman

MIT License
9 stars 4 forks source link

Option for multi deletes #47

Open kahuang opened 6 years ago

kahuang commented 6 years ago

Mongodb allows you to multi delete() things based on fields that don't include the primary key

If we don't want to support this, we can get around it on the client side by querying the docs, then deleting them. If you'd rather go that route, feel free to close this