is it fine if i globally declare a variable? such as a drizzle database instead of `c.set("db")` and

is it fine if i globally declare a variable? such as a drizzle database instead of
c.set("db")
and access it through
c.var
(this is for hono specifically, but same applies for workers)
Was this page helpful?