-
Notifications
You must be signed in to change notification settings - Fork 26
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
Feature request: save Export to io.Writer and Import from io.Reader #70
Comments
Yup, makes sense! Do you have in mind more something like |
Since the code is already there I think the second option would be nicer. If users want to do their own compression and encryption they still can be using |
Sounds good 👍 I started already, but might only finish it over the weekend. |
Hi @erikdubbelboer , I've implemented it. Would you mind reviewing:
|
Looks good 👍 |
Thanks! Merged |
Currently
Export
andImport
use files. It would be nicer if we have versions withio.Writer
andio.Reader
so we can use other data sources such as S3 or HTTP requests.The text was updated successfully, but these errors were encountered: