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

### Describe the bug I've been using the persister-durable-object-sql-storage for a little while and all of a sudden I've started getting cloudflare errors, "Durable Object storage operation exceeded timeout which...

### Discussed in https://github.com/tinyplex/tinybase/discussions/269 Originally posted by **jcs224** October 7, 2025 I'm building a [Nuxt](https://nuxt.com/) application that uses Tinybase on the client. However, there is no sync component as of...

### Describe the bug When synchronizing data over websockets to Cloudflare durable objects and with larger store it hits a limit of message size causing silent fail of sync. There...

### Describe the bug Powersync maintains a local upload queue of write operations made on the client that should be sent to the server. When using Tinybase with schemas, on...

### Describe the bug In a pretty specific situation, a query result will return BLANK during a transaction. You can see it in the code below (and in the linked...

more info required
as designed

**Is your feature request related to a problem? Please describe.** When i get data from store i always need to manually check if it return value or undefined **Describe the...

Hi, me again, another issue to track and get feedback on what improvements we're doing to our fork of TinyBase and what we'll raise PR to contribute back. ## Problem...

enhancement
working on it

Hi, me again. We're loving TinyBase, we're having great time and thank you for your amazing work. This feature request isn't blocking for us because we'll implement it ourselves on...

**Is your feature request related to a problem? Please describe.** I want to be able to restrict which users can access or make changes to a synchronized store. This would...

**Is your feature request related to a problem? Please describe.** It is tupical scenario when some value can be of different types eg `string | null`. OK, tinyBase doesnt support...

enhancement