← Back to context

Comment by mike_hearn

1 day ago

> It's unfortunate that there's been no proposals for database file systems for desktop operating systems since.

You can have one today if you want, although nobody knows about it.

Step 1. Install a local Oracle DB https://hub.docker.com/r/gvenzl/oracle-free#quick-start

Step 2. Set up DBFS https://docs.oracle.com/en/database/oracle/oracle-database/2...

Step 3. Mount it via FUSE or NFS.

Step 4. Also access the underlying tables via SQL.