Versions in this module Expand all Collapse all v0 v0.1.18 Jul 10, 2026 Changes in this version + const PASSWORD_LENGTH + var DbConfig pgconn.Config + var ProjectRef string + func ListNetworkBans(ctx context.Context, projectRef string) ([]string, error) + func LoadConfig(fsys afero.Fs) error + func LoadProjectRef(fsys afero.Fs) error + func NewDbConfigWithPassword(ctx context.Context, projectRef string) (pgconn.Config, error) + func ParseDatabaseConfig(ctx context.Context, flagSet *pflag.FlagSet, fsys afero.Fs) error + func ParseProjectRef(ctx context.Context, fsys afero.Fs) error + func PromptPassword(stdin *os.File) string + func PromptProjectRef(ctx context.Context, title string, opts ...tea.ProgramOption) error + func RandomString(size int) (string, error) + func UnbanIP(ctx context.Context, projectRef string, addrs ...string) error