-
Notifications
You must be signed in to change notification settings - Fork 1.9k
feat(driver adapters): [public API] Rename flavour
field to provider
, remove close()
#22179
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
size-limit report 📦
|
flavour
field to provider
flavour
field to provider
flavour
field to provider
, remove close()
🟢 All good, this PR is no longer uses custom engine. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you please also remove the close
method from libSQL adapter? If it's not required by the engine, let's not add extra things to the public API surface, users can call client.close()
directly
Hi, Which version will these adapters be released in? |
@shiyuhang0 5.7.0 |
This PR closes #21865 and closes https://github.com/prisma/team-orm/issues/574.
These changes affect the
DriverAdapter
interface from@prisma/driver-adapter-utils
:flavour: string
is nowprovider: string
close(): Promise<Result<void>>
is no longer required by the public API