Skip to main content

All Questions

Tagged with
1 vote
1 answer
101 views

Add item to nested array in RXDB

I am using RXDB for the first time and i am a bit of trouble understanding how to add data to a document. I have a "boards" collection, which i can get with db.boards; Boards have "...
Boguz's user avatar
  • 1,743
0 votes
0 answers
69 views

RxDB RxDatabaseBase DexieError

I am trying to implement signalDb with RxDB Just following this example by signalDb (Here's the source code of this example) Ang I got this error: DexieError {_e: Error at getErrorWithStack (http:...
jnewbie's user avatar
  • 11
0 votes
1 answer
429 views

How to store Typescript data types in RxDB?

New to RxDB here. I've read through the RxDB document and seems there's no elegant way to store types in RxDB. For example, Sum types type Animal = {kind: 'horse', pawColor: Color} | {kind: 'bird', ...
mye's user avatar
  • 103
0 votes
1 answer
620 views

RxDB - can't find collection after reload

Trying to start with RxDB in my angular application. Wanted to get something simple to work: export const LANG = { version: 0, title: "Language Key", type: "object", properties: { key: { ...
user9316588's user avatar