Skip to content

Instantly share code, notes, and snippets.

@mosufy
Created June 5, 2021 01:43
Show Gist options
  • Save mosufy/ec2e2b8435a3bebe518028eb9ea21894 to your computer and use it in GitHub Desktop.
Save mosufy/ec2e2b8435a3bebe518028eb9ea21894 to your computer and use it in GitHub Desktop.
export const insertUser = params => {
return db.insert('username,email,password')
->values(params)
->table('users');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment