Skip to content

Instantly share code, notes, and snippets.

@vdeturckheim
Created December 17, 2020 10:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vdeturckheim/404a4d39f474fa10b79fd8063fb64c47 to your computer and use it in GitHub Desktop.
Save vdeturckheim/404a4d39f474fa10b79fd8063fb64c47 to your computer and use it in GitHub Desktop.
function post({ id }) {
return query('SELECT * FROM POSTS WHERE id = ' + id);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment