Skip to content

Commit

Permalink
Deprecate the database connection option
Browse files Browse the repository at this point in the history
  • Loading branch information
fmoor committed Jan 9, 2025
1 parent 6208324 commit 9af2053
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/client/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ type Options struct {
// If not specified, the value is resolved from any compound
// argument/option, then from EDGEDB_DATABASE, then any compound
// environment variable, then project credentials.
//
// Deprecated: Database has been replaced by Branch
Database string

// Branch is the name of the branch to use.
Expand Down

0 comments on commit 9af2053

Please sign in to comment.