-
Notifications
You must be signed in to change notification settings - Fork 464
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
Implement ComposeDatabase for Reading & Writing from Compose #1545
Labels
Comments
This was referenced Aug 3, 2023
erichfi
changed the title
Compose DB schema + new ComposeDatabase
Implement ComposeDatabase for Reading & Writing from Compose
Aug 3, 2023
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
User Story:
As a developer of the Passport App,
I want to enable reading & writing from Compose instead of the classic Ceramic,
So that I can use the class ComposeDatabase as a drop-in replacement for CeramicDatabase and all the data written to compose DB will be in the new schema format.
Also, please make sure to update all the ceramic-related libraries with this occasion, including
did-session
Acceptance Criteria
GIVEN I am a developer of the Passport App,
WHEN I want to enable reading & writing from Compose instead of the classic Ceramic,
THEN I can use the class ComposeDatabase as a drop-in replacement for CeramicDatabase,
AND all the data written to compose DB will be in the new schema format as specified here: #1540.
Product & Design Links:
Tech Details:
Open Questions:
Notes/Assumptions:
The text was updated successfully, but these errors were encountered: