Skip to content

Commit

Permalink
Update Prisma Orm README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ns2Kracy committed Nov 19, 2023
1 parent 42a031b commit d9de1dc
Showing 1 changed file with 1 addition and 20 deletions.
21 changes: 1 addition & 20 deletions _examples/database/orm/prisma/README.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,10 @@
# Prisma Go Demo
# Prisma Go Iris Demo

## Instructions

```shell script
git clone [email protected]:steebchen/prisma-go-demo.git
cd prisma-go-demo
go run github.com/steebchen/prisma-client-go db push
go run .
# created post: {
# "id": "ckfnrp7ec0000oh9kygil9s94",
# "createdAt": "2020-09-29T09:37:44.628Z",
# "updatedAt": "2020-09-29T09:37:44.628Z",
# "title": "Hi from Prisma!",
# "published": true,
# "desc": "Prisma is a database toolkit and makes databases easy."
# }
# post: {
# "id": "ckfnrp7ec0000oh9kygil9s94",
# "createdAt": "2020-09-29T09:37:44.628Z",
# "updatedAt": "2020-09-29T09:37:44.628Z",
# "title": "Hi from Prisma!",
# "published": true,
# "desc": "Prisma is a database toolkit and makes databases easy."
# }
# The posts's title is: Prisma is a database toolkit and makes databases easy.
```

## Next steps
Expand Down

0 comments on commit d9de1dc

Please sign in to comment.