Skip to content
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

Move backends to seperate packages #25

Merged
merged 1 commit into from
Oct 29, 2019
Merged

Move backends to seperate packages #25

merged 1 commit into from
Oct 29, 2019

Conversation

mjgarton
Copy link
Contributor

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

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
@mjgarton mjgarton merged commit fd34f71 into master Oct 29, 2019
@mjgarton mjgarton deleted the splitpackages branch October 29, 2019 14:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Big dependencies
2 participants