You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can interact with your Hyperdrive config bindings locally in one of two ways:
676
+
677
+
- Give you Hyperdrive binding a `localConnectionString` value in your Pages project's `wrangler.toml` file.
678
+
-**Recommended** Export the `WRANGLER_HYPERDRIVE_LOCAL_CONNECTION_STRING_<BINDING_NAME>` environment variable with the connection string to your database.
679
+
680
+
The local runtime will attempt to connect to your database using the connection string you provide with one of the two options above.
681
+
682
+
:::note
683
+
684
+
For more information about using Hyperdrive locally, see [this page](/hyperdrive/configuration/local-development/).
685
+
686
+
:::
687
+
673
688
## Analytics Engine
674
689
675
690
The [Analytics Engine](/analytics/analytics-engine/) binding enables you to write analytics within your Pages Function.
0 commit comments