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

split the datastore into a read and a write interface #107

Merged
merged 1 commit into from
Dec 11, 2018

Conversation

Stebalien
Copy link
Member

This way, we can abstract over transactions, datastores, and batches when we just need to write to the datastore.

This way, we can abstract over transactions, datastores, and batches when we
just need to write to the datastore.
@ghost ghost assigned Stebalien Dec 11, 2018
@ghost ghost added the status/in-progress In progress label Dec 11, 2018
@Stebalien
Copy link
Member Author

Motivation: libp2p/go-libp2p-peerstore#47 (comment)

@Stebalien
Copy link
Member Author

(this doesn't block that PR)

@bigs
Copy link
Contributor

bigs commented Dec 11, 2018

oh, lovely!

@Stebalien Stebalien merged commit 27c8307 into master Dec 11, 2018
@ghost ghost removed the status/in-progress In progress label Dec 11, 2018
@Stebalien
Copy link
Member Author

(critical mass reached)

@Stebalien Stebalien deleted the feat/read-write branch December 11, 2018 21:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants