Skip to content

sqlFileSystem

function sqlFileSystem(source, options?): SqlFileSystem;

Persistent workspace filesystem over any SQL source. On Cloudflare pass a Durable Object’s ctx.storage.sql or env.DB (D1); optionally blobs for large-file spillover to R2. Lazy-inits on first use.

Parameter Type

source

SqlSource

options?

SqlFileSystemFactoryOptions

SqlFileSystem