really? I couldnt get it to work before
really? I couldnt get it to work before, maybe fixed now, will try again. would be helpful. back when I added this I ran into some issue deep in drizzle that the Date was not properly being constructed if I did it another way
1 Reply
I could see that, I am not expanding my use of Drizzle due to all kinds of edge case bugs. I found other's i can't recall offhand, which means i'll stick with raw sql for the most part. I developed a custom hydration function which allows me to use drizzle for Js type coercsion while avoiding the library at runtime. I really only use drizzle for migrations and schema definitions, which I re-use for the hydration.