You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This moves the backends each to its own package, so that users do not
have to include support for every backend (and the somewhat large
dependencies associated with them) even if they are not needed.
To enable a backend for url based usage, simply do an anonymous import,
just as you would with a sql driver.
Note that this represents a breaking API change.
Fixes#20
Updates #21 and #22
After making any remaining changes that need to be made, finalise the API and remove the part of the readme that declares the API unstable.
Depends on #21 and #20
The text was updated successfully, but these errors were encountered: