definition-properties-db
db Type
object
(Details)
db Properties
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
host | string | Required | cannot be null | Untitled schema |
port | integer | Required | cannot be null | Untitled schema |
user | string | Required | cannot be null | Untitled schema |
password | string | Required | cannot be null | Untitled schema |
dbName | string | Required | cannot be null | Untitled schema |
debug | boolean | Required | cannot be null | Untitled schema |
host
数据库地址
host
-
is required
-
Type:
string
-
cannot be null
-
defined in: Untitled schema
host Type
string
port
数据库端口
port
-
is required
-
Type:
integer
-
cannot be null
-
defined in: Untitled schema
port Type
integer
user
数据库用户名
user
-
is required
-
Type:
string
-
cannot be null
-
defined in: Untitled schema
user Type
string
password
数据库密码
password
-
is required
-
Type:
string
-
cannot be null
-
defined in: Untitled schema
password Type
string
dbName
数据库数据库名
dbName
-
is required
-
Type:
string
-
cannot be null
-
defined in: Untitled schema
dbName Type
string
debug
打开ORM的debug模式
debug
-
is required
-
Type:
boolean
-
cannot be null
-
defined in: Untitled schema
debug Type
boolean