Skip to content
This repository has been archived by the owner on Sep 3, 2021. It is now read-only.

feat: Move KV Store implementation to JS #366

Merged
merged 2 commits into from
Aug 9, 2021
Merged

feat: Move KV Store implementation to JS #366

merged 2 commits into from
Aug 9, 2021

Conversation

arv
Copy link
Contributor

@arv arv commented Jul 8, 2021

We keep MemStore for testing but IdbStore is all in JS now.

The kv store is passed in as a store key in the OpenRequest

@arv arv requested a review from aboodman July 8, 2021 22:56
@arv
Copy link
Contributor Author

arv commented Jul 8, 2021

Js Side: rocicorp/replicache#427

src/kv/idbstore.js Outdated Show resolved Hide resolved
src/kv/jsstore.rs Show resolved Hide resolved
@arv arv force-pushed the js-store branch 2 times, most recently from 28ff3bf to 893ff51 Compare August 7, 2021 00:31
@arv arv changed the title Playing around with JsStore feat: Move Store implementation to JS Aug 7, 2021
@arv arv changed the title feat: Move Store implementation to JS feat: Move KV Store implementation to JS Aug 7, 2021
arv added 2 commits August 9, 2021 13:55
We keep MemStore for testing but IdbStore is all in JS now.

The kv store is passed in as a store key in the OpenRequest

This also removes `rollback` since we do not need to do anything to
rollback.
@arv arv merged commit 0f4dfdd into rocicorp:main Aug 9, 2021
arv added a commit that referenced this pull request Aug 9, 2021
We keep MemStore for testing but IdbStore is all in JS now.

The kv store is passed in as a store key in the OpenRequest

This also removes `rollback` since we do not need to do anything to
rollback.
@arv arv deleted the js-store branch August 9, 2021 21:03
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