dyedgreen / deno-sqlite

Deno SQLite module
https://deno.land/x/sqlite
MIT License
409 stars 36 forks source link

Publish to JSR? #263

Open timharek opened 4 months ago

timharek commented 4 months ago

First of all, thank you for this amazing package! 🎩

Are you planning to publish this to JSR? 😊

dyedgreen commented 4 months ago

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.

Macil commented 3 months ago

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.