rxdb icon indicating copy to clipboard operation
rxdb copied to clipboard

A fast, local first, reactive Database for JavaScript Applications https://rxdb.info/

Results 52 rxdb issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [typescript](https://www.typescriptlang.org/) ([source](https://togithub.com/Microsoft/TypeScript)) | [`4.5.5` -> `4.7.4`](https://renovatebot.com/diffs/npm/typescript/4.5.5/4.7.4) |...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [express](http://expressjs.com/) ([source](https://togithub.com/expressjs/express)) | [`4.17.3` -> `4.18.1`](https://renovatebot.com/diffs/npm/express/4.17.3/4.18.1) |...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [broadcast-channel](https://togithub.com/pubkey/broadcast-channel) | [`4.10.0` -> `4.14.0`](https://renovatebot.com/diffs/npm/broadcast-channel/4.10.0/4.14.0) | [![age](https://badges.renovateapi.com/packages/npm/broadcast-channel/4.14.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

Turn on migration tests with lokijs adapter for #3749. Should I add it to separate `getPersistedStorage` method and use it only in `migrations.test.ts` or `getStorage` is ok?

### This PR contains Updated example for react-native based on Expo. Main changes - rxdb version fixed to 12 to prevent errors after main repo upgrade. - react-native downgraded 0.64.3...

# Plans for the next major version So in the last major RxDB versions, the focus was set to **improvements of the storage engine**. This is done. RxDB has now...

ANNOUNCEMENT :scream:
13.0.0

- uses latest svelte-kit - changes svelte.config.js to add node shims needed by PouchDB - UI based on examples/svelte and TodoMVC - fix examples/svelte error when creating a new note...

Hello! Looks like data migrations (`rxdb/plugins/migration`) don't work when I am using LokiJS adapter: migration function does run, but all the data just disappears (surprisingly it somewhat returns back after...

## This PR contains: - IMPROVED TESTS ## Describe the problem you have without this PR PouchDB 7.3.0 introduced a race condition where two databases open in memory at the...