Comment by crazygringo

2 months ago

Why would you want to do that?

Convenience? Not cluttering up a directory with a transient file tree?

  • But why would you want to use SQLite for that?

    On a Mac, you'd e.g. use and mount a disk image if you wanted to create a filesystem inside of a file. Windows has virtual hard drives, and you can do that kind of thing on Linux too.

    I don't understand why you'd ever want to use a relational database for that. It's a completely different paradigm.

    Although I also don't really understand why you're worried about cluttering up a directory. And if it's transient, it's that when temp dirs are for?

    • > I don't understand why you'd ever want to use a relational database for that. It's a completely different paradigm.

      Well, it might be a relation DB or else a zipfile. Why couldn't I encapsulate a file tree in a single file ? Maybe it's tens of thousands of quite small files.

      5 replies →