hachoter
Explore posts from serversDTDrizzle Team
•Created by hachoter on 5/26/2024 in #help
has anyone managed to get drizzle to work with tauri sql plugin?
Curiously this does work with regular select statements but not with RQB
2 replies
DTDrizzle Team
•Created by hachoter on 10/26/2023 in #help
migrate function hangs without any result
I can't change type to module and I am not using typescript so changing any ts settings won't help, its it just the driver?
20 replies
DTDrizzle Team
•Created by hachoter on 10/26/2023 in #help
migrate function hangs without any result
The repo already has a migration
20 replies
DTDrizzle Team
•Created by hachoter on 10/26/2023 in #help
migrate function hangs without any result
I am using ssl in the repo but I have tried with and without, for thenrds one in my original project it is a requirement
20 replies
DTDrizzle Team
•Created by hachoter on 10/26/2023 in #help
migrate function hangs without any result
@Angelelz Here you go
https://github.com/isaacfink/drizzle-bug
I just tested it on my local database instead of rds and it is still not working, run the
db:migrations:generate
command with bun than try running bun ./migrate.js
you can see the credentials in the console so you can make sue everything else is in order20 replies
DTDrizzle Team
•Created by hachoter on 10/26/2023 in #help
migrate function hangs without any result
I also verified all the values are correct
20 replies
DTDrizzle Team
•Created by hachoter on 10/26/2023 in #help
migrate function hangs without any result
studio runs as expected using the same credentials
20 replies
DTDrizzle Team
•Created by hachoter on 10/26/2023 in #help
migrate function hangs without any result
When I set logger to true I get the query and everything looks ok in the query but it still hangs
20 replies
DTDrizzle Team
•Created by hachoter on 10/26/2023 in #help
migrate function hangs without any result
The same thing is also happening when trying to insert with drizzle
20 replies
DTDrizzle Team
•Created by hachoter on 10/26/2023 in #help
migrate function hangs without any result
Also nothing is added to the database
20 replies
Property 'query' does not exist on type ...
I did add it, the same way I added menusRouter, the code was getting too long so I only showed how I am adding one router but I am adding all the routers in the same way, I am getting intellisense for the routes just not for the query property
6 replies
DTDrizzle Team
•Created by hachoter on 9/27/2023 in #help
Type cannot be inferred when using returning on insert
I would still like to understand why its happening but yeah my issue is resolved
13 replies
TTCTheo's Typesafe Cult
•Created by hachoter on 9/19/2023 in #questions
trpc client does not have a property query
bump: any ideas?
2 replies
DTDrizzle Team
•Created by hachoter on 9/27/2023 in #help
Type cannot be inferred when using returning on insert
Found it, removing composite form tsconfig did the trick
13 replies
DTDrizzle Team
•Created by hachoter on 9/27/2023 in #help
Type cannot be inferred when using returning on insert
It might eb a tsconfig issue but I don't know what could cause it
13 replies
DTDrizzle Team
•Created by hachoter on 9/27/2023 in #help
Type cannot be inferred when using returning on insert
https://github.com/isaacfink/drizzle-bug-repro
@Angelelz I created a repro, I am running this with bun but I tested with pnpm and got the same results
13 replies
DTDrizzle Team
•Created by hachoter on 9/27/2023 in #help
Type cannot be inferred when using returning on insert
I am not linking drizzle from anywhere, I am getting a repro now
13 replies