You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
π I have found these related issues/pull requests
Didn't find related issues
π·οΈ Feature Request Type
Deployment, Other
π Feature description
Hello,
I was wondering if there are any plans to support Deno and Bun alongside Node.js. Expanding compatibility to these runtime environments could greatly enhance the flexibility and adoption of the tool, and even some performance gains!
If this is something you're open to, Iβd be happy to help test or try contribute where needed.
βοΈ Solution
I would love to have the option to use Bun or Deno as their are my main runtime environments
β Alternatives
No response
π Additional Context
No response
The text was updated successfully, but these errors were encountered:
Unlikely will happen officially, there is no benefit for us to maintain multiple runtimes, we will use more time to deal with it in the future. The situation would be similar to current situation SQLite + MariaDB. There are a few SQL statements won't work on both DBs, we have to handle it and test it with extra efforts.
For unofficial fork or experiment, feel free to try. I think it could possible by removing some unsupported features, since Bun is promoted itself as a Node.js drop-in replacement.
I just have a quick test. It is not able to start the server on both Bun and Deno currently on the master branch.
Bun
bun install
bun server/server.js
Knex issues
NotImplementedError: perf_hooks.monitorEventLoopDelay is not yet implemented in Bun.
π I have found these related issues/pull requests
Didn't find related issues
π·οΈ Feature Request Type
Deployment, Other
π Feature description
Hello,
I was wondering if there are any plans to support Deno and Bun alongside Node.js. Expanding compatibility to these runtime environments could greatly enhance the flexibility and adoption of the tool, and even some performance gains!
If this is something you're open to, Iβd be happy to help test or try contribute where needed.
βοΈ Solution
I would love to have the option to use Bun or Deno as their are my main runtime environments
β Alternatives
No response
π Additional Context
No response
The text was updated successfully, but these errors were encountered: