-
Notifications
You must be signed in to change notification settings - Fork 757
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Wrangler support for Hyperdrive * Update connection string parsing logic and API endpoints * Update some copy and general cleanup * Fix formatting * Send scheme when updating or creating database config * Update copy and route names to reflect changes on backend * Add changeset and tests * Fix trailing colon on scheme when sending create request * Add wrangler.toml file support for hyperdrive * Fix hyperdrive update and add option to disable caching * Update binding variables and add configuration and deploy tests * add `hyperdrive: []` to draftworker upload form --------- Co-authored-by: Rahul Sethi <[email protected]>
- Loading branch information
Showing
23 changed files
with
898 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"wrangler": minor | ||
--- | ||
|
||
Adds support for Hyperdrive, via `wrangler hyperdrive`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.