I want to use Cloudflare D1 with HonoHub, but I need to access the database from the Hono context. With the initialization: ``` const app = new Hono(); app.route("/", createHub(hubConfig)); ``` I cannot use the context, so I cannot access the database. Is there any good solution? Thanks