This is pretty cool. Great artwork too. Building edge DBs on top of S3 or R2 had interested me for a long time. Thanks for writing it! Update: bug in redirection: https://starbasedb.com/blog/blog/blog/blog/blog/blog/develop...
Starbase: SQLite on the Edge
11–20 of 49 posts
Re: Starbase: SQLite on the Edge
#12Zero-latency SQLite storage in every Durable Object
Re: Starbase: SQLite on the Edge
#13Re: Starbase: SQLite on the Edge
#14D1 is SQLite
Re: Starbase: SQLite on the Edge
#15I don't really understand what this is offering beyond Cloudflare's recent release of running SQLite in durable objects: https://blog.cloudflare.com/sqlite-in-durable-objects/ . Is it about providing an external interface to Cloudflare's SQLite databases?
Re: Starbase: SQLite on the Edge
#16It appears the blog links are broken. Are those also supposed to function as the documentation?
Re: Starbase: SQLite on the Edge
#17Re: Starbase: SQLite on the Edge
#18I don't really understand what this is offering beyond Cloudflare's recent release of running SQLite in durable objects: https://blog.cloudflare.com/sqlite-in-durable-objects/ . Is it about providing an external interface to Cloudflare's SQLite databases?
Re: Starbase: SQLite on the Edge
#19Re: Starbase: SQLite on the Edge
#20I'm not sure if I misunderstood something, but using a global queue/lock to enforce isolation properties seems to be just a little disingenuous for a dbms. It works, but it's odd to talk about isolation in a system with zero concurrency. It's like saying a bicycle gets infinite miles per gallon in fuel efficiency.