Remix.run Logo
tlaverdure 5 days ago

A lot of similarities but I believe Turso replicates data between nodes.

Litebase writes data to a tiered storage system (local, network, and object) for easier distribution. Using SQLite's VFS API I've also implemented a different type of storage that allows the primary to write data without full consensus with replicas. It's kind of like a multi-versioned log structured merge tree.

nop_slide 5 days ago | parent [-]

Awesome, going to follow along the development!