B33fb0n3
DTDrizzle Team
•Created by B33fb0n3 on 4/9/2024 in #help
types for database/transaction
I modified mine a bit to get it working. Now I have it like this and it works perfectly:
11 replies
DTDrizzle Team
•Created by B33fb0n3 on 5/16/2024 in #help
Drizzle doesn't know how to serialize a bigint
That worked 🥳 I guess it is, yea. Thanks for your help ❤️
7 replies
DTDrizzle Team
•Created by B33fb0n3 on 5/16/2024 in #help
Drizzle doesn't know how to serialize a bigint
Yes, that works! But only for the drizzle kit. When I try to push it, I get the following error:
7 replies
DTDrizzle Team
•Created by B33fb0n3 on 5/16/2024 in #help
Drizzle doesn't know how to serialize a bigint
bump
7 replies
DTDrizzle Team
•Created by B33fb0n3 on 4/9/2024 in #help
types for database/transaction
Ohh starts smart. Will do that in the future. Thanks! 🙏
11 replies
DTDrizzle Team
•Created by B33fb0n3 on 4/9/2024 in #help
types for database/transaction
solved it by just removing the database stuff and only return the config:
11 replies
DTDrizzle Team
•Created by B33fb0n3 on 4/8/2024 in #help
No overload matches this call
Hm ok. I don’t want it to be a serial neither defaultRandom. I guess I will life with that „typeof“ then 🫠
15 replies
DTDrizzle Team
•Created by B33fb0n3 on 4/8/2024 in #help
No overload matches this call
ah ok got it. What type do I need to provide, if it's not a string?
15 replies
DTDrizzle Team
•Created by B33fb0n3 on 4/8/2024 in #help
No overload matches this call
doesnt InferInserType use the types from the schema? 🤔
you mean because of "uuid"?
15 replies
DTDrizzle Team
•Created by B33fb0n3 on 4/8/2024 in #help
No overload matches this call
it's a string
15 replies
DTDrizzle Team
•Created by B33fb0n3 on 3/11/2024 in #help
Ways to check if a user liked
hm ok.. thanks 👍
13 replies
DTDrizzle Team
•Created by B33fb0n3 on 3/11/2024 in #help
Ways to check if a user liked
But is it still effective?
13 replies
DTDrizzle Team
•Created by B33fb0n3 on 3/11/2024 in #help
Ways to check if a user liked
Yea, I have the composite primary key 👍
13 replies
DTDrizzle Team
•Created by B33fb0n3 on 3/11/2024 in #help
Ways to check if a user liked
Wow that looks complicated but also seems to be promising. Is that effective to check for every post inside the feed? 2 queries that query a big „likes“ table and that for each post from the feed… 🧐
13 replies
DTDrizzle Team
•Created by B33fb0n3 on 3/11/2024 in #help
Ways to check if a user liked
yes. Imagine generating a feed and then effectively check if the user liked the specific post. Or in my purchase example imagine checking if someone bought a specific product. Or list all products and check for every specific one, if the customer bought it. Or or or..
13 replies