Igal
Explore posts from serversDeno env vars
@iso
Kysley being a node based libThat's not accurate. Kysely is built in Node.js, but has 0 dependencies and doesn't use any Node.js-specific APIs. CI is set to verify that it works with Deno v1 and v2: https://github.com/kysely-org/kysely/blob/master/.github/workflows/test.yml#L67-L100
10 replies
Deno env vars
@Mr.Possumz
kysely CLI then it most likely expects to run in a node environmentThat's not true. The aim is to be runnable in Deno too. A lot of thought/effort has been put into cross-JS runtime compatibility. CI is set with 3 variants just for Deno: https://github.com/kysely-org/kysely-ctl/blob/main/.github/workflows/test.yml#L143-L194 Latest release was Deno-specific: v0.12.1 - Deno remote imports. Maybe I got it wrong somewhere or missed something. I don't use Deno in production. This is the point where the community that does use Deno, submits issues OR comes to our Discord and we get stuff solved.
10 replies