After doing something like: `db.put({ _id: '12323', name: 'shamb0t', followers: 500 }).then((**hash**) => ...)` I can query by any index, and thats all right but is there also a way to query an entry by its **hash**?
After doing something like:
db.put({ _id: '12323', name: 'shamb0t', followers: 500 }).then((**hash**) => ...)I can query by any index, and thats all right but is there also a way to query an entry by its hash?