using rqb with pgSchema

Trying to use rqb to access table within my "auth" postgres schema, but it seems that rqb hit the public schema

I can access db.query.member even if member is within auth schema, definied with auth.table("member" , ...)

Is there anything I'm missing ? difficult to find infos on how to perform query in this case on the doc
Was this page helpful?