tinybase icon indicating copy to clipboard operation
tinybase copied to clipboard

The reactive data store for local‑first apps.

Results 59 tinybase issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** Currently to synchronize remote clients the only way is through websockets. This requires a WS server, which can be non...

enhancement
pull requests welcome

Hi there, I'm just upgrading a hobby project from PouchDb to TinyBase and I'm really enjoying the process so far! The code is getting so much simpler! There has been...

thinking about how to do it

**Is your feature request related to a problem? Please describe.** WebSockets are expensive. Browsers allow only a few of them per domain. If I want to split my stores up...

enhancement
thinking about how to do it

**Is your feature request related to a problem? Please describe.** I'm working on [vue-tinybase](https://vue-tinybase.com/) (really early-stage for now), and I use types defined as "internal" for some type computations. Is...

more info required

maybe also hasIndex, hasSliceRow etc

enhancement

### Describe the bug as per title :( ### Your Example Website or App _No response_ ### Steps to Reproduce the Bug or Issue _No response_ ### Expected behavior _No...

bug

**Is your feature request related to a problem? Please describe.** I've been using schemas for typed queries on my store. The tooling is excellent, but I was surprised to find...

thinking about how to do it

### Discussed in https://github.com/tinyplex/tinybase/discussions/165 Originally posted by **haggen** July 28, 2024 So here's the situation; I have a typed store with a key `x` in Values, and I also am...

### Describe the bug Hi. Thank you for a great project. I am working on another persister and stumbled onto a small issue. The type of `createCustomPersister`'s [`getPersisted` parameter](https://github.com/tinyplex/tinybase/blob/2f3e053c6d4aba24e6568787f0e2b4caa23c7ebd/src/persisters/index.ts#L81) permits...

**Is your feature request related to a problem? Please describe.** Should manually cleanup related item. **Describe the solution you'd like** Just like database deletion. **Describe alternatives you've considered** Manual solution...