sukeshpabolu
sukeshpabolu
It is not supported for svelte 4
Eagerly waiting for this support. Make it happen.
HI, Thanks for responding. I am using this in my Sveltekit application and using vite + esbuild + svelte-adapter-azure-swa to bundle and deploy the code to Azure SWA
Something has to be done to these lines https://github.com/drizzle-team/drizzle-orm/blob/c8359a16fff4b05aff09445edd63fc65a7430ce9/drizzle-orm/src/pg-core/dialect.ts#L1228 and https://github.com/drizzle-team/drizzle-orm/blob/c8359a16fff4b05aff09445edd63fc65a7430ce9/drizzle-orm/src/pg-core/dialect.ts#L1284
typeorm fixed this [here](https://github.com/typeorm/typeorm/pull/5227/files)
For now you can do patch-package with the below patch to fix the issue ```diff diff --git a/node_modules/drizzle-orm/pg-core/dialect.js b/node_modules/drizzle-orm/pg-core/dialect.js index a8dfc1f..560a664 100644 --- a/node_modules/drizzle-orm/pg-core/dialect.js +++ b/node_modules/drizzle-orm/pg-core/dialect.js @@ -35,6 +35,7 @@...
I havent contributed to that many projects. Is it ok to inspire from [this](https://github.com/typeorm/typeorm/pull/5227/files)? Like how they used crypto and other things
> > thanks for giving this an effort! You should definitely file a PR, you are the hero we need ...but i m pretty sure there will be friction, because...