- Add @esengine/database-drivers for MongoDB/Redis connection management - Add @esengine/database for Repository pattern with CRUD, pagination, soft delete - Refactor @esengine/transaction MongoStorage to use shared connection - Add comprehensive documentation in Chinese and English
24 lines
769 B
JSON
24 lines
769 B
JSON
{
|
|
"id": "database",
|
|
"name": "@esengine/database",
|
|
"globalKey": "database",
|
|
"displayName": "Database",
|
|
"description": "数据库 CRUD 操作和仓库模式,支持用户管理、通用数据存储 | Database CRUD operations and repository pattern with user management and generic data storage",
|
|
"version": "1.0.0",
|
|
"category": "Infrastructure",
|
|
"icon": "Database",
|
|
"tags": ["database", "crud", "repository", "user"],
|
|
"isCore": false,
|
|
"defaultEnabled": true,
|
|
"isEngineModule": false,
|
|
"canContainContent": false,
|
|
"platforms": ["server"],
|
|
"dependencies": ["database-drivers"],
|
|
"exports": {
|
|
"components": [],
|
|
"systems": []
|
|
},
|
|
"requiresWasm": false,
|
|
"outputPath": "dist/index.js"
|
|
}
|