Skip to content

Instantly share code, notes, and snippets.

@codewithbernard
Created February 27, 2022 09:44
Show Gist options
  • Save codewithbernard/5bf4187354f1f94605f87e1528bc57f7 to your computer and use it in GitHub Desktop.
Save codewithbernard/5bf4187354f1f94605f87e1528bc57f7 to your computer and use it in GitHub Desktop.
await prisma.user.create({
firstName: "Bob",
email: "Bob@job.io"
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment