Are relational queries supported on mysql?

I'm new to this ORM and I'm having trouble getting relational queries to work.

Normal db.select().from(exTable) works fine, but when I try db.query.exTable.findMany() I get a warning on VSCode: Property 'exTable' does not exist on type 'DrizzleTypeError<"Seems like the schema generic is missing - did you forget to add it to your DB type?">'.ts(2339)
Was this page helpful?