feat(drizzle): add node-sqlite - #1206
Conversation
|
Install the latest version of pnpm add https://pkg.svelte.dev/sv/c/c83fc7b3d89a9d9a6f803ba4ba86a1d5f50bf9bbOpen in Note This PR is from a fork. A maintainer must approve approve each commit before it can be built and installed. |
🦋 Changeset detectedLatest commit: c83fc7b The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
huh, well TIL about node:sqlite! however it appears that the api is not stable yet and is currently an RC as of the only question is: what is the current minimum node version that we support? outside of seeing what we test against in CI: Line 35 in 78f6b7a i don't see it documented anywhere. perhaps we should bump this up as part of the v1 release? |
|
Node version is dictated by the svelte and kit repo. I didn't realize it is still experimental in node 22. This is based around a convo I had in discord and was curious what it would look like in code. |
|
Would be cool to add I would not mind adding |
|
node - available since 22, |
Closes #
Description
Checklist