hunt-framework ~master (2022-03-03T03:02:45Z)
Home
Dub
Repo
ApplicationConfig.DatabaseConf
hunt
framework
config
ApplicationConfig
ApplicationConfig
Undocumented in source.
class
ApplicationConfig
struct
DatabaseConf {
string
url
();
string
driver
;
string
host
;
ushort
port
;
string
database
;
string
username
;
string
password
;
string
charset
;
string
prefix
;
bool
enabled
;
DbPoolConf
pool
;
}
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.
enabled
bool
enabled
;
Undocumented in source.
host
string
host
;
Undocumented in source.
password
string
password
;
Undocumented in source.
pool
DbPoolConf
pool
;
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
framework
config
ApplicationConfig
ApplicationConfig
constructors
this
structs
ApplicationConf
AuthConf
CacheConf
CookieConf
CornConf
DatabaseConf
DateConf
DbPoolConf
GrpcConf
HttpConf
HttpsConf
LoggingConfig
MailConf
MailSmtpConf
QueueConf
RedisClusterConf
RedisConf
RedisPoolConf
RouteConf
RpcConf
ServiceConf
SessionConf
StaticFilesConf
TaskConf
TraceConf
TraceService
UploadConf
View
variables
application
auth
cache
cookie
cron
database
date
grpc
http
https
logging
mail
queue
redis
route
rpc
session
staticfiles
task
trace
upload
view