-
Several places in my app depend on the number of entities.
Could be 0, 1 or more than 1.
I would like to get the count only from live query.
Example: Im saving the count of the users the user add…
-
### Describe the bug
A value is only considered a dependency of a rune if it is called in the same event loop tick.
### Reproduction
This won't re-evaluate when `chatId` changes. [REPL](htt…
-
Hi, is livequery supported ? if yes how ?
thanks
-
Hi, does it support live query ?
Thanks
-
Hi, is livequery supported in this version ?
thanks in advance
-
## Issue Description
When using live queries, joins between tables that have columns with the same names fail. This issue occurs despite the query working correctly in PGLite itself, suggesting the p…
-
我的用例需要在后端捕获LiveQuery流,我注意到了Java和Swift客户端使用了WebSocket来实现LiveQuery,但是Python SDK没有这方面的实现。未来有在Python SDK集成LiveQuery的计划吗?请问可以向外开放LiveQuery的rpc接口文档或者是proto文件吗?这将大大减少开发这项功能的时间并避免错误。如果可以公布RPC接口,我可能会提出LiveQuer…
-
Hey, could you tell me how to use livequery?
Thanks
-
With the introduction of runes, store is kinda obsolete. Is there any plan to support runes once svelte5 released?
I use it like this in svelte5
```svelte
let _friends = liveQuery(async () => {…
-
- angular 18.2
- "dexie": "^4.0.8",
- this lib can not be used in angular ngFor or `@for`
```typescript
todoLists = liveQuery(() => db.todoLists.toArray());
```