DatabaseServerConfig

DatabaseServerConfig#

class DatabaseServerConfig#

Bases: MmParameter

DatabaseServerConfig stores credentials for external database servers.

Records Name (host label), Port, Username, and Password. Used by functions that connect to Postgres. Credentials are stored in the local SQLite file and should be handled carefully.

Schema (columns, types, defaults, default entries):

Column

Type

Default

DefaultEntry values

Name

string

localhost

localhost

Port

double

5432

5432

Username

string

postgres

postgres

Password

string

SupermassiveBlackHole

SupermassiveBlackHole

Foreign keys:

(none)

Join conditions:

(none)

Flags:

Property

Value

IsIncludeDefaultEntry

false

IsFirstColumnUnique

true

IsTriggerJoinOnRight

false

IsTriggerJoinOnLeft

false

Constructor Summary
DatabaseServerConfig()#
Method Summary
defineSchema()#