Skip to content

Instantly share code, notes, and snippets.

@serainville
Created June 28, 2015 12:51
Show Gist options
  • Save serainville/47dfcc2f9b27785d3d3f to your computer and use it in GitHub Desktop.
Save serainville/47dfcc2f9b27785d3d3f to your computer and use it in GitHub Desktop.
{
key: "SELECT username,full_name,last_name,userid FROM users WHERE id=1234",
value: [{
username: "user1",
full_name: "John Doe",
user_id: "1234"
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment