hunt-entity ~master (2022-02-21T08:00:07Z)
Home
Dub
Repo
EntityOption.DatabaseOptions
hunt
entity
EntityOption
EntityOption
Undocumented in source.
class
EntityOption
struct
DatabaseOptions {
string
driver
;
string
host
;
ushort
port
;
string
database
;
string
username
;
string
password
;
string
charset
;
string
prefix
;
string
url
();
}
Members
Functions
url
string
url
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
charset
string
charset
;
Undocumented in source.
database
string
database
;
Undocumented in source.
driver
string
driver
;
Undocumented in source.
host
string
host
;
Undocumented in source.
password
string
password
;
Undocumented in source.
port
ushort
port
;
Undocumented in source.
prefix
string
prefix
;
Undocumented in source.
username
string
username
;
Undocumented in source.
Meta
Source
See Implementation
hunt
entity
EntityOption
EntityOption
structs
DatabaseOptions
DatabasePoolOptions
variables
database
pool