-
Notifications
You must be signed in to change notification settings - Fork 19
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
chore: Add initial documentation. #263
chore: Add initial documentation. #263
Conversation
* Report a failed migration operation from `readNew`, `readOld`, `writeNew` or `writeOld`. | ||
* | ||
* ``` | ||
* readNew: async () => { |
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.
This is the same sample, but I think it makes things easier for customers.
* TKTK | ||
* Implementation which provides a write to the "new" source. | ||
* | ||
* Users are required to provide two different write methods -- one to write to the old migration source, and one to |
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.
There is a bit of duplication here, again because it makes finding the information a bit easier.
Exciting that this is coming together! |
No description provided.