Sujet : Re: mapping an sqlite3 table of files as files on the file system
De : ldo (at) *nospam* nz.invalid (Lawrence D'Oliveiro)
Groupes : comp.unix.programmerDate : 11. Sep 2024, 00:38:36
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vbql9s$37h9g$1@dont-email.me>
References : 1
User-Agent : Pan/0.160 (Toresk; )
On Tue, 10 Sep 2024 20:30:01 -0300, Johanne Fairchild wrote:
Suppose I have a series of text files stored in an sqlite3 table. Can I
somehow read these files as if they're files on a certain directory?
Would I have to write a kernel driver for this?
You could do something via FUSE. That allows you to implement your code
entirely as a userland process.