v0.12.0
underscore-db
now normalizes id, so you can use an integer or string to find, update, remove, ... an item.
_.getById(posts, 1) === _.getById(posts, '1')
underscore-db
now normalizes id, so you can use an integer or string to find, update, remove, ... an item.
_.getById(posts, 1) === _.getById(posts, '1')