rxdb-adapter-localstoragedeprecated

This is a monkey-patch to prevent the caching of database-keys which destroys multi-window-support.

Usage no npm install needed!

<script type="module">
  import rxdbAdapterLocalstorage from 'https://cdn.skypack.dev/rxdb-adapter-localstorage';
</script>

README

adapter-localstorage

This is a monkey-patch to prevent the caching of database-keys which destroys multi-window-support.

Use via:

npm i rxdb-adapter-localstorage --save

  RxDB.plugin(require('rxdb-adapter-localstorage'));

TODO

  • optimize performance by only refreshing keys when socket has something new