From 9af85f6a68cd5307950bb96f972751020166fcba Mon Sep 17 00:00:00 2001 From: Frederick Date: Fri, 10 Jan 2025 09:22:54 -0700 Subject: [PATCH] Deprecate the database connection option (#332) --- internal/client/options.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/internal/client/options.go b/internal/client/options.go index af76ff2..87ca295 100644 --- a/internal/client/options.go +++ b/internal/client/options.go @@ -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.