Hey <!everyone> :v: :prisma-cool: We just release...
# prisma-whats-new
n
Hey <!everyone> โœŒ๏ธ prisma cool We just released Prisma 2.22.0 prisma rainbow ๐Ÿš€
prisma db push
is now Generally Available
prisma db push
enables you to update the database schema from the Prisma schema file, without generating any migrations. This is especially useful when prototyping a new feature, iterating on the schema changes before creating migrations or generally if you are at stage of your development process, where you don't need to persist the schema change history via database migrations. It is now promoted from Preview to General Availability. You can find more info on
prisma db push
in the official docs . ๐Ÿ‘€ Deprecation of array notation for
provider
fields
In this release, we are also entirely removing the array notation for the
provider
fields on
datasource
blocks. This has been deprecated since 2.11.0 (November 2020). You can read more about our reasons for this deprecation here. ๐Ÿฆฆ Prisma Client Go gets support for
AND
operator
We've always had
OR
, but this release we also added
AND
support:
Copy code
first, err := client.User.FindFirst(
	User.Or(
		User.Email.Equals("<mailto:john@example.com|john@example.com>"),
		User.And(
			User.Name.Equals("John"),
			User.Username.Equals("johno"),
		),
	),
).Exec(ctx)
Learn more in our docs and share your feedback in the #prisma-client-go channel. ๐Ÿ“š Learn more in the release notes For more info and links to documentation, you can read the release notes. ๐ŸŒŸ Help us spread the word about Prisma ๐ŸŒŸ To help spread the word about Prisma, we'd very much appreciate if you would star the repo ๐ŸŒŸ And if you're excited about the features in this week's release, then help us and share your excitement on Twitter. ๐Ÿ“ฐย Join us on Thursday for the "What's new in Prisma" livestream This week, my colleague @Daniel Norman and I will discuss the latest release and other news from the Prisma ecosystem in aย 

livestream on YouTubeโ–พ

ย onย Thursday at 5pm Berlin | 8am San Francisco. Would love to see you there ๐Ÿ™Œ
๐Ÿ‡จ๐Ÿ‡ฑ 1
๐Ÿ’š 13
fast parrot 38
โœ”๏ธ 14
๐Ÿ‘€ 11
๐Ÿค— 6
๐Ÿšข 8
๐Ÿคฉ 7
prisma xmas 6
๐Ÿ™ƒ 4
๐Ÿฆ‹ 6
๐Ÿ™ 3
๐Ÿฆ€ 4
prisma cool 8
๐Ÿ‡ฌ๐Ÿ‡พ 2
๐Ÿ’ช๐Ÿพ 1
๐Ÿ‡ต๐Ÿ‡ท 1
๐Ÿ’ฅ 2
๐Ÿง  1
๐Ÿ‡ฏ๐Ÿ‡ต 2
prisma orange 53
โค๏ธ 32
catjam 17
๐Ÿค‘ 4
๐Ÿ˜ 5
๐Ÿ 5
๐Ÿ˜Ž 8
๐Ÿฅฐ 6
โ™Ÿ๏ธ 6
๐ŸŒถ๏ธ 9
๐Ÿง‚ 5
๐Ÿ‡ป๐Ÿ‡ช 3
๐Ÿ‡ณ๐Ÿ‡ฌ 4
๐Ÿ‡ต๐Ÿ‡ฑ 1
๐Ÿ‡ฎ๐Ÿ‡ณ 3
๐Ÿ‡ง๐Ÿ‡ฆ 2
๐Ÿ‡ฉ๐Ÿ‡ฏ 2
pakistan parrot 3
๐Ÿ”ฅ 11
prisma rainbow 25
๐Ÿ’ช 7
๐Ÿ’ก 7
๐Ÿค 5
๐Ÿค– 8
โœ… 5
๐Ÿ‘ 5
๐Ÿฆœ 6
๐Ÿ‡ฐ๐Ÿ‡ท 10
๐Ÿ‡ซ๐Ÿ‡ท 3
๐Ÿ‡จ๐Ÿ‡ฟ 1