Prisma

Latest version: v0.15.0

Safety actively analyzes 710445 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 43 of 44

0.0.10

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.

0.0.9

This upgrades the Prisma CLI to 2.7.1.

It's known that this release currently **doesn't work on windows**. If you need windows support, please stay on [v0.0.8](https://github.com/prisma/prisma-client-go/releases/tag/v0.0.8) and follow [the windows support tracking issue](https://github.com/prisma/prisma-client-go/issues/249).

Major changes

* chore(prisma): upgrade prisma to 2.7.1 (230) steebchen

Contributors

steebchen

0.0.8

A small release containing bugfixes and documentation updates.

Changes

* fix(query): match compound keys to model (239) steebchen
* refactor(code): minor code improvements (241) steebchen
* ci(lint): use golangcilint cli (240) steebchen
* ci(lint): adapt trigger to push & pr (242) steebchen
* docs(readme): improve go database libraries list (238) satishbabariya
* docs(reference/raw): update raw methods to new spec (243) steebchen
* fix(fetch): use field type for OrderBy params (245) steebchen
* docs(all): refactor docs (244) steebchen

Contributors

satishbabariya and steebchen

0.0.7

A small patch release to adapt the naming of generated query engine go files, plus clean up some old documentation.

Major changes

The generated go query engine files are now named `query-engine-{platform}_gen.go`, and the automatically generated gitignore is adapted as well.

Changes

* fix(binaries): use all_commits binaries url (223) steebchen
* docs(quickstart): remove generator options (225) steebchen
* ci(lint): use golangci-lint github action (226) steebchen
* ci(test): cache test workflow deps (231) steebchen
* fix(generator): use _gen suffix for query engine files (234) steebchen
* docs(quickstart): remove outdated configuration hints (236) steebchen

Contributors

steebchen

0.0.6

Upgrades Prisma to its stable version 2.0.0 and introduces a [new pagination API](https://github.com/prisma/prisma/releases/tag/2.0.0-beta.7) as well as differences in the [raw API](https://github.com/prisma/prisma/releases/tag/2.0.0-beta.8). We also [renamed internal structs](https://github.com/prisma/prisma-client-go/pull/218) from "RawX" to "InternalX" to prevent confusion with the SQL raw API.

Major changes

* chore(prisma): upgrade to prisma 2.0.0-beta.7 (217) steebchen
* fix(tpl/models): rename model prefix Raw to Internal (218) steebchen
* chore(prisma): upgrade to prisma 2.0.0-beta.9 (220) steebchen
* chore(prisma): upgrade to prisma 2.0.0 (222) steebchen

Contributors

steebchen

0.0.5

Binary files refactor. The prisma go client uses the prisma query engine internally.

Instead of fetching the query engine on runtime, it is now fetched on generate time into the user's project dir.
The correct binary is picked up by go build using build constraints. There will also be a .gitignore generated into the output dir so that the generated prisma client and the query engine files are ignored by default.

The output field in the schema.prisma file now accepts a folder instead of a file.

Major changes

* feat(binaries): load binaries into project dir (214) steebchen

Contributors

steebchen

Page 43 of 44

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.