Does the local wrangler version of
Does the local wrangler version of hyperdrive behave the same as prod with regards to caching?
1 Reply
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.