Live data from Hacker News

Ask HN: Any other databases on single disk file like SQLite exist?

news.ycombinator.com

1–9 of 9 posts

Re: Ask HN: Any other databases on single disk file like SQLite exist?

#5

What are your requirements (data model, non-functional priorities, data size, data types)?

Nothing super particular at this time, but generally: In the past I've wanted to spin up something like ElasticSearch in a desktop or mobile app. I really love the SQLite model of a simple file. This type of just dealing with a file has grown in popularity recently. See [rqlite](https://github.com/rqlite/rqlite) and [HN:Consider SQLite](https://news.ycombinator.com/item?id=29727707)