DatabaseConfig class

Configuration for a Postgres database,

Properties

hashCode int
The hash code for this object.
no setterinherited
host String
Database host.
latefinal
isUnixSocket bool
True if the database is running on a unix socket.
latefinal
name String
Database name.
latefinal
password String
Database password.
latefinal
port int
Database port.
latefinal
requireSsl bool
True if the database requires an SSL connection.
latefinal
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
user String
Database user name.
latefinal

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited