You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And fix a couple of issues discovered with the PostgreSQL modules while developing the MySQL modules
The namespace can now import remote database tables at startup
Description("A CEL expression to filter the tables to import. For example, 'table.name IN ['table1', 'table2']'\nLeave \"true\" to import all tables.").
136
+
Description("A CEL expression to filter the tables to import. For example, table.name in ['table1', 'table2''\nLeave \"true\" to import all tables.\n"+
137
+
"Refer to https://anyquery.dev/docs/database/cel-script/ for more information").
returnfmt.Errorf("interactive mode is required to add a connection. Otherwise, provide the connection name, type, connection string, and filter as arguments")
144
145
}
145
-
grp:=huh.NewGroup(fields...)
146
+
grp:=huh.NewGroup(fields...).Title("Connection information").Description("Let's add a new database connection to Anyquery")
146
147
err:=huh.NewForm(grp).Run()
147
148
iferr!=nil {
148
149
returnfmt.Errorf("could not ask for the connection information: %w", err)
0 commit comments