Tons of bugfixes, minor improvements, docs updates... and number type operations!
go
post, err := client.Post.FindOne(
Post.ID.Equals("a"),
).Update(
Post.IntField1.Increment(3),
Post.FloatField2.Decrement(2.5),
Post.IntField3.Multiply(2),
Post.FloatField4.Divide(1.5),
).Exec(ctx)
🌟 **Help us spread the word about Prisma by starring the repo ☝️ or [tweeting](https://twitter.com/intent/tweet?text=Check%20out%20the%20latest%20Prisma%20Go%20Client%20release%20v0.0.10%20%F0%9F%9A%80%0D%0A%0D%0Ahttps://github.com/prisma/prisma-client-go/releases/tag/v0.0.10) about the release.**
Major changes
* feat(builder): add number type operations (271) steebchen
Changes
* docs(reference): use new models in code examples (253) steebchen
* docs(quickstart): simplify quickstart; add formatted example (252) steebchen
* fix(find): check for error in exec (255) steebchen
* docs(raw): adapt ExecuteRaw example (258) steebchen
* fix(find): improve error handling (259) steebchen
* test(setup): use non-standard ports to prevent clashes (260) steebchen
* docs(reference): major docs refactor (261) steebchen
* docs(quickstart): fix spacing (263) steebchen
* fix: formatting within markdown snippets (265) jaymecd
* docs(reference): change "updated" to "deleted" (266) FranciscoMendes10866
* test(setup): remove unused db from test schema (274) steebchen
Contributors
FranciscoMendes10866, janpio, jaymecd and steebchen
Interested in providing feedback for the Go client?
We would like to ask you a few questions and get your feedback about the Go client. We'll send merch along your away as a thank you.
If you're interested, email me at steebprisma.io or join our [public Slack](https://slack.prisma.io) and DM me.