ulixee / hero

The web browser built for scraping
MIT License
647 stars 32 forks source link

Deno compatibility #251

Open ducktype opened 4 months ago

ducktype commented 4 months ago

Will be possibile to replace the better-sqlite3 library with a wrapper that can use the native deno or bun sqlite libraries?

blakebyrnes commented 4 months ago

I'm definitely open to that! I think it's more than just SQLite. Bun feels like a closer target right now. I haven't looked into it myself, but there were a few people in the community that had to open some issues with bun about some things that wouldn't load, I believe. If you are willing to start a branch to try to figure out all the holes, I'm definitely open to helping out!