TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

5 点作者 marcobambini大约 2 年前

2 条评论

ngrilly大约 2 年前
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.
marcobambini大约 2 年前
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.