Hacker News new | ask | show | jobs
by superhx 802 days ago
Is there a distributed version of SQLite that keeps its embedded library feature? For example, it could use EBS and S3 for shared storage, allowing for distributed read and write access, and possibly even multiple concurrent reads and writes.

Should this be available, numerous lightweight web applications could operate without having to set up a separate PostgreSQL or MySQL database.

1 comments

Yes, that's (for instance) what Litefs does.