L-Mario564
L-Mario564
With tRPC, I seem to have issues, iirc it's related to types. Other than that I have to update a few things since a few breaking changes were introduced in...
>Let me test it locally tomorrow and see if we can merge without breaking any of the new Auth stuff Honestly, I wouldn't mind rewriting Auth related stuff, mainly because...
By removing `fullJoin` from MySQL dialect, #1125 is also addressed.
Due to issues I've discussed with the Drizzle team, this PR will only aim to provide MariaDB support with the core API, which means that RQB will come later and...
@Creative-Difficulty Haven't heard anything from the Drizzle Team. They knew about this PR when I was done adding commits to it in December, but right now I don't know what's...
> This issue has 8 +1's and 14 hearts. The code has been written and @drizzle-team/@dankochetov potentially only needs to merge it. Wonder why this isn't this getting any attention?...
This PR is still work in progress. Right now, only PG has support for this syntax. I would like some input before implementing this for the other two dialects.
I can help with implementing this, might open a PR in a few days
Seems like an ESM/CJS related error. Can you share a snippet of your code?
Try setting (or adding) the `type` property in package.json to `module`. So: ```ts { // ... "type": "module" // ... } ``` You can also try using CJS' `require` syntax...