▲ | nop_slide 5 days ago | |||||||
Neat! From a high level what's the difference between litebase and Turso? | ||||||||
▲ | tlaverdure 5 days ago | parent [-] | |||||||
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. | ||||||||
|