17 lines
665 B
Markdown
17 lines
665 B
Markdown
# 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]**](Migration.md) | | [optional]
|
|
**project** | [**Project**](Project.md) | | [optional]
|
|
**node** | [**DatabaseNode**](DatabaseNode.md) | | [optional]
|
|
|
|
|