Skip to content(if available)orjump to list(if available)

SQLite as an Application File Format

SQLite as an Application File Format

7 comments

·November 28, 2025

renegat0x0

I think I use SQLite like that (to some extent):

- https://github.com/rumca-js/Internet-Places-Database

For UI I use HTML, because it already provides components with bootrap, and everybody can use it without installation of any software.

All data comes from a single SQLite that is easy read, and returns data.

My database is really big, so it takes time to browse it, I wanted to provide more meaningful way to limit scope of searching

jrochkind1

Searched for this topic:

> and is backwards compatible to its inception in 2004 and which promises to continue to be compatible in decades to come.

That is pretty amazing. You could do a lot worse.

dist-epoch

Same as .zip, .xml, .json and many others.

Doesn't mean that whatever the app stores inside will remain backward compatible which is the harder problem to solve.

stavarotti

gjvc

five years ago. did you have a point?

lmshn

The previous discussion usually has useful and interesting conversations that are nice to revisit.

wat10000

It’s a helpful link, not a criticism.