Publish to JSR?
I think publishing on JSR sounds like a good idea! The module currently only supports Demo, but we could add support for NodeJS / Bun etc, by writing the right VFS binding.
Publishing to JSR even while only supporting Deno would still be very useful, because packages on JSR can't depend on https imports (including anything in deno.land/x) but can depend on other JSR packages. JSR packages would have to vendor this library to use it right now.
Looks like @pomdtr already published an older version to jsr: https://jsr.io/@pomdtr/sqlite
Here's JSR's documentation on publishing from GitHub: https://jsr.io/docs/publishing-packages#publishing-from-github-actions
I needed a newer version. So I forked the repo, and published it to jsr: https://jsr.io/@mainframe-api/[email protected]
Happy to create a proper PR later 🙂
It seems like the Deno team removed the docs feature from deno.land/x. Not sure if that was intentional or not but this means that a bunch of links in the readme now point to non-existent pages.