Problem
While omniload can address file-based databases like SQLite or DuckDB using protocol schemes like sqlite:// or duckdb://, that can mostly address files on local filesystems. omniload can't tap into such files on remote filesystems yet, right?
Goal
Enhance component system so users can load .duckdb and .sqlite files from remote filesystems like s3:// and all others.
References
Problem
While omniload can address file-based databases like SQLite or DuckDB using protocol schemes like
sqlite://orduckdb://, that can mostly address files on local filesystems. omniload can't tap into such files on remote filesystems yet, right?Goal
Enhance component system so users can load
.duckdband.sqlitefiles from remote filesystems likes3://and all others.References