env.DB.prepare() does not send any type of request IIRC, you have to explicitly add .all() or .first

env.DB.prepare() does not send any type of request IIRC, you have to explicitly add .all() or .first() to send it to the DB
Was this page helpful?