tinyplex / tinybase

The reactive data store for local‑first apps.
https://tinybase.org
MIT License
3.82k stars 83 forks source link

Persist TinyBase to Astro DB #138

Open gunta opened 7 months ago

gunta commented 7 months ago

Is your feature request related to a problem? Since we already got support for Turso's LibSQL for persistence, making TinyBase persist to the new Astro DB (which is based on Turso) should be the next logical step.

Describe the solution you'd like Support Persistence to Astro DB.

Describe alternatives you've considered Perhaps using Astro DB Integrations interface might be the most straightforward way.

Additional context Having official Astro DB support out of the box for TinyBase is gonna be an important feature, since the Developer Experience of Astro DB is one of the best available on the market right now, in big part thanks to Turso.

jamesgpearce commented 2 months ago

In v5.2, we now expose the custom SQLite creator, so this might now be quite easy to build in user-space too.