665 B
665 B
LowCodeEngineApi.Database
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | Unique database identifier | [optional] |
| qUsername | String | Query username for database access | [optional] |
| cUsername | String | Command username for database access | [optional] |
| password | String | Database password | [optional] |
| database | String | Database name | [optional] |
| migrations | [Migration] | [optional] | |
| project | Project | [optional] | |
| node | DatabaseNode | [optional] |