Remove deprecated API documentation and models related to logging, project management, queries, and Redis management. This includes the deletion of various markdown files and TypeScript definitions that are no longer in use, streamlining the codebase and improving maintainability.
This commit is contained in:
14
out/js/docs/DatabaseNode.md
Normal file
14
out/js/docs/DatabaseNode.md
Normal file
@ -0,0 +1,14 @@
|
||||
# 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]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user