Skip to content
This repository was archived by the owner on Mar 23, 2023. It is now read-only.

fix: fix ShardingDatastore creation #48

Merged
merged 1 commit into from
Jan 22, 2021
Merged

fix: fix ShardingDatastore creation #48

merged 1 commit into from
Jan 22, 2021

Conversation

hugomrdias
Copy link
Member

This makes the ShardingDatastore work like the other datastore, where we can just do const store = new Datastore() and await store.open() without the need of extra static methods.

The old static methods should work as expected they are deprecated now we can make a breaking change and remove them all together. What do you think ?

This makes the ShardingDatastore work like the other datastore, where we can just do `const store = new Datastore()` and `await store.open()` without the need of extra static methods.

The old static methods should work as expected they are deprecated now we can make a breaking change and remove them all together. What do you think ?
@achingbrain
Copy link
Member

The old static methods should work as expected they are deprecated now we can make a breaking change and remove them all together. What do you think ?

Sounds good to me

@achingbrain achingbrain merged commit 21b48e7 into master Jan 22, 2021
@achingbrain achingbrain deleted the fix/sharding branch January 22, 2021 14:11
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants