kysely-org / kysely

A type-safe typescript SQL query builder
https://kysely.dev
MIT License
10.22k stars 259 forks source link

add winterJS test. #914

Open igalklebanov opened 5 months ago

igalklebanov commented 5 months ago

Hey 👋

There's yet another JavaScript runtime in town. https://wasmer.io/posts/winterjs-v1

Let's add a test that verifies Kysely works there too. Should be similar to what we did for bun, deno, cloudflare workers, etc. Nothing fancy.