I have a table of \"person\" data, which has a unique key \"id\". I have a list of id\'s that I want to get the data for which I\'ll be sending as a JSON array from the cli
Update for 2017. Use the ES6 spread operator '...'
r.db('vp').table('user').getAll(...["0", "0", "99"])