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

2023-03-1512:2852sqlitecloud.io

SQLite Cloud offers an easy way to share single-user SQLite databases to the cloud. We offer enterprise features like advanced scaling solutions, continuous backup, ACID-compliant over multiple nodes…


<script
	defer
	id='weblite'
	data-project-id='5f8decc9-0ac2-4dc5-a960-9078f1eda092'
	data-api-key='api-key-test'
	src='https://weblite.sqlitecloud.io/1.0/weblite.min.is'>
</script>

<div
	data-weblite='d2d0f052-85d1-4c10-9197-28705bf253e2'>
	id='product-table'>
</div>

Read the original article

Comments

  • By ngrilly 2023-03-1515:02

    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.

  • By marcobambini 2023-03-1513:32

    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.

HackerNews