TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: SQLite Cloud – Cloud-share any SQLite database

5 pointsby marcobambiniabout 2 years ago

2 comments

ngrillyabout 2 years ago
I had a quick look at your website and I don't understand the value. The point of SQLite is to run it in-process, with no networking overhead. Does each client keep a full copy of the database? If not, then what you're offering is a client-server database, then why not use PostgreSQL or MySQL instead of SQLite Cloud. Would be useful to have some architectural overview on your website explaining this.
marcobambiniabout 2 years ago
Hello, I'd like to start receiving feedback for my new startup. We build a distributed DBMS on top of SQLite. Under the hood, we use Raft as a consensus algorithm between the cluster nodes.