rocicorp / repc

The canonical Replicache client, implemented in Rust.
Other
31 stars 7 forks source link

Add use_memstore flag to OpenRequest #293

Closed arv closed 3 years ago

arv commented 3 years ago

When present and true we use a MemStore instead of IdbStore. Useful for debugging/demoing.

Towards https://github.com/rocicorp/replicache-sdk-js/issues/276