Alvee
Explore posts from serversDTDrizzle Team
•Created by Alvee on 7/2/2024 in #help
query about orm customization
can I custom code and add a custom property like
Is it possible or not possible from user side and needs to be create from the library it self?
10 replies
DTDrizzle Team
•Created by Alvee on 2/13/2024 in #help
I can't put a array of and() eq() query inside a join.
3 replies
DTDrizzle Team
•Created by Alvee on 2/5/2024 in #help
is it possible to write any logic like this using OR ?
SELECT p.*
FROM products p
JOIN categories c ON p.category_id = c.category_id
WHERE c.full_path LIKE 'Electronics/Laptop/%' OR c.full_path = 'Electronics/Laptop';
is it possible to write any logic like this using OR ?
21 replies
DTDrizzle Team
•Created by Alvee on 2/4/2024 in #help
can't get data after inserting I need the id.
4 replies
DTDrizzle Team
•Created by Alvee on 1/25/2024 in #help
can I run migration without drizzle-kit generate:mysql just from code
2 replies
DTDrizzle Team
•Created by Alvee on 1/25/2024 in #help
about support for planatescale sererless
hey ,
can use nest js (not next js) with planatescale server yes?
my k8s pods will co nnect there. many many pods many 😁
works good with drizzle yes?
1 replies