Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Home ¶
type Home struct { Path string Db *sqlx.DB InstanceURL string Profile Profile // contains filtered or unexported fields }
Home is the local home directory object of dbio
func (*Home) Authenticate ¶
Authenticate authenticates to a dbio instance
type Profile ¶
Profile is the yaml file for profile
func (*Profile) ListConnections ¶
func (p *Profile) ListConnections(includeEnv bool) (cArr []connection.Connection, err error)
ListConnections returns an array of connections
Click to show internal directories.
Click to hide internal directories.