Re: mapping an sqlite3 table of files as files on the file system

Liste des GroupesRevenir à cu programmer 
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.programmer
Date : 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.

Date Sujet#  Auteur
11 Sep 24 * mapping an sqlite3 table of files as files on the file system6Johanne Fairchild
11 Sep 24 +- Re: mapping an sqlite3 table of files as files on the file system1Lawrence D'Oliveiro
11 Sep 24 `* Re: mapping an sqlite3 table of files as files on the file system4Janis Papanagnou
11 Sep 24  `* Re: mapping an sqlite3 table of files as files on the file system3Muttley
11 Sep 24   `* Re: mapping an sqlite3 table of files as files on the file system2Kenny McCormack
11 Sep 24    `- Re: mapping an sqlite3 table of files as files on the file system1Muttley

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal