15 lines
500 B
Markdown
15 lines
500 B
Markdown
# LowCodeEngineApi.DatabaseNode
|
|
|
|
## Properties
|
|
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**id** | **String** | Unique database node identifier | [optional]
|
|
**host** | **String** | Database host | [optional]
|
|
**port** | **Number** | Database port | [optional]
|
|
**username** | **String** | Database username | [optional]
|
|
**password** | **String** | Database password | [optional]
|
|
**databases** | [**[Database]**](Database.md) | | [optional]
|
|
|
|
|