rocicorp / repc

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

Close the db when onversionchange #191

Closed arv closed 4 years ago

arv commented 4 years ago

We now close the database if it is removed.

We do not yet update the JS Replicache object that the database got closed. We can either:

Towards #161