Instead of returning an array indexed by integers, starting at zero and going up…
[0] -> whatever
[1] -> whatever
This will return an array indexed by the ‘id’ field. Or, you can pass it an anon function and have it return other data from the row like username, etc.