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 ### Your Example Website or App - ### Steps to Reproduce the Bug or Issue - ### Expected behavior - ### Screenshots or Videos _No response_...

### Describe the bug - ### Your Example Website or App - ### Steps to Reproduce the Bug or Issue - ### Expected behavior - ### Screenshots or Videos _No...

## Summary Following on the heels of https://github.com/tinyplex/tinybase/pull/131, this is the PR to add the PowerSync persister to TinyBase. I'm submitting this in draft mode to give you a preview...

**Is your feature request related to a problem? Please describe.** The whole thing of defining a schema in a JSON file its a bit outdated compared to modern solutions. **Describe...

working on it

**Is your feature request related to a problem?** Since [we already got support](https://github.com/tinyplex/tinybase/issues/132) for Turso's LibSQL for persistence, making TinyBase persist to the [new Astro DB (which is based on...

enhancement
pull requests welcome

**Is your feature request related to a problem? Please describe.** Running the tinybase command line each time may get a bit tedious. **Describe the solution you'd like** Watch the schema...

I am trying few options to use tinybase in my local-first application I was wondering will it be possible to sync the local SQLite DB from the client (Browser) from...

enhancement

### Describe the bug StoreInspector does not work when using a Provider generated by `tinybase getStoreApi`. I am not sure if this is expected behavior. ### Your Example Website or...

**Is your feature request related to a problem? Please describe.** Not a big deal, but the install process of when you do `npm i` for TinyBase it is a bit...

I'd like to have a single prisma schema that can be used with the inside `setTablesSchema()`. An example `schema.primsa` file: ``` // This is your Prisma schema file, // learn...

enhancement
working on it
roadmap