The Event Organizer's Toolbox aims to provide a platform where event organizers can manage important information pertaining to their events without having to use multiple additional tools to stay organized.
π Help us spread the word about Prisma by starring the repo or tweeting about the release. π
Highlights
Preview support for PlanetScale and Neon serverless database drivers
Weβre excited to announce Preview support for the Neon and PlanetScale database drivers. The PlanetScale and Neon database drivers allow Prisma to connect to your database using protocols besides TCP β HTTP (PlanetScale) or WebSockets (Neon).
To get started with the serverless database drivers, first enable the driverAdapters Preview feature flag in your Prisma schema:
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps prisma from 4.15.0 to 5.4.1.
Release notes
Sourced from prisma's releases.
... (truncated)
Commits
50310c8
ci: Check for prettier formatting on GH Actions (#21188)16e6dfa
fix(deps): update definitelytyped (#21235)4adcd0d
chore(deps): update jest (#21146)1aa34df
chore(deps): update jest (#21063)49ec0ac
feat(cli): add version, and help, to commands and flags output (#20900)99f5626
fix(deps): update dependency node-fetch to v2.7.0 (#20892)05331eb
chore(deps): update jest to v29.6.4 (#20891)fd5e07d
chore: use dotenv-cli for db urls (#20847)2ca3944
ci: type check codebase (#20855)6c58bf4
fix(generate): Empty line before usage instructions (#20859)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show