Comment by OskarS

2 years ago

If that SELECT query is too much for you, I agree, SQLite is maybe not meant for you. Not a very solid argument against SQLite, though.

stop making personal attacks.

i'm sure your suggestion exhibits creative step-one thinking, but i've described several reasons why it doesn't make sense to recreate a filesystem in sqlite, the combination of which should make it clear why doing so is naive

  • calling someone's idea naive is also kind of a personal attack fwiw

    • Just pasting a % on your directories to list files is naive. At the very least you need to block/escape % characters in the path.