starbasedb
starbasedb copied to clipboard
HTTP SQLite scale-to-zero database on the edge built on Cloudflare Durable Objects.
Closes #72 /claim #72 ## Purpose Implement a comprehensive data replication plugin for StarbaseDB that enables users to pull data from external databases (PostgreSQL, MySQL, etc.) into the internal SQLite...
**Is your feature request related to a problem? Please describe.** StarbaseDB instances support by default an internal database (SQLite offered by the Durable Object) as well as an optional external...
/claim #59 # Pull Request: Enhanced Database Dump System with Chunked Processing Fixes: #59 ## Purpose # Database Dump Enhancement This PR implements a robust solution for handling large database...
/Fixes #72 /claim #72 ## Overview This PR adds a new Data Sync Plugin that enables StarbaseDB to replicate data from external databases to the internal SQLite database. The plugin...
**Describe the bug** If you try to use any of the database dump endpoints such as SQL, CSV or JSON the data is loaded into memory and then created as...
## Purpose Seeing the feature flag configuration was nice but it appeared to be a bit incomplete (for example, websockets has a feature flag but it's not configured or in...
## Purpose This code allows users to deploy their durable objects in a manner that adheres to GDPR protocol. Values you can choose for `JURISDICTION` in your wrangler file include:...
**Is your feature request related to a problem? Please describe.** For local first apps, sync is an important aspect. I've been looking for something that does _just enough_. Most sync...
**Is your feature request related to a problem? Please describe.** Currently the test coverage of the project is nearly non-existent. We do have and use Vitest as a dependency in...
# Pull Request: Implement Chunked Database Dumps with Enhanced Features /claim #59 Fixes: #59 ## Purpose Implement a robust chunked database dump functionality to handle large databases efficiently while preventing...