Does the local wrangler version of

Does the local wrangler version of hyperdrive behave the same as prod with regards to caching?
1 Reply
knickish
knickish3mo ago
It does not. Hyperdrive has no actual functionality in wrangler dev without --remote . The localConnectionString option exists so that you don't have to directly modify your code to switch between local and --remote modes, but in local mode the database driver you are using will connect directly to that database rather than using Hyperdrive.

Did you find this page helpful?