Comment by enriquto
3 years ago
Is it possible to mount a database so that its rows (or columns, or whatever you have selected upon the call to mount) are accessible as regular files?
3 years ago
Is it possible to mount a database so that its rows (or columns, or whatever you have selected upon the call to mount) are accessible as regular files?
On Linux, this could be done using an userspace FUSE driver I guess.
Don't know if SQLite has a feature or extension for that, but MS SQL Server has one:
https://learn.microsoft.com/en-us/sql/relational-databases/b...
Not sure how much use it gets though, I never hear anyone talk about it, including Microsoft folks.