db.query returns empty object
I'm using commonjs for swapping out the query builder from knex and bookshelf with drizzle and am seeing that logging
this is my schema
and my db config
db.query returns an empty object which I found because db.query.users.findFirst was giving me a can't call findfirst on undefined error.this is my schema
and my db config