Jeyprox
Explore posts from serversDTDrizzle Team
•Created by Jeyprox on 5/25/2023 in #help
RQB | using specific fields from a query against relations
is there a way to create a select filter that matches specific fields from a relation?
say i
findMany
on posts and want to select all the posts where a relational one-to-many tags.name
is inArray
of a tagList
array9 replies
DTDrizzle Team
•Created by Jeyprox on 4/23/2023 in #help
missing type declarations in mysql-core imports (>v0.25.1)
after upgrading drizzle-orm to v0.25.1 i get some errors in my schema telling me that
drizzle-orm/mysql-core/indexes
, columns
and table
all have missing type declarations, any idea why that might be happening?4 replies
DTDrizzle Team
•Created by Jeyprox on 4/17/2023 in #help
when using planetscale, using the `.$with()` and `.with()` clauses causes error
Is it not possible to use
$with()
and with()
with planetscale?
it gives the following error:
DatabaseError: unsupported: with expression in select statement
from the @planetscale/database
package5 replies