Something i really want and have been putting off myself is something like stream place's embedded pds where its a mini pds that programmatically gets instantiated and has records written to it. Basically i want to be able to do something like
import { PDS }
const pds = new PDS(config)
let record = Bun.file()
pds.putRecord(record)
yeah I think that's the plan after I work through all the pieces, it would be cool to not be totally locked into cloudflare and use with different DBs/runtimes