Hyperdrive with Drizzle missing connectionString
I am working on a project and trying to use Hyperdrive to connect to our DB on superbase via drizzle. I have the following:
But the
From the hono route:
But the
But the
connectionString is just undefined. I call this function via this:From the hono route:
But the
HYPERDRIVE.connectionString is undefined when I log it out. I validated that the binding is present in the console and when I run the hyperdrive tutorial am able to connect through it. I just dont understand where I am going wrong.