cds-hyper-app-service
v6.1.0
Published
CAP Hyper ApplicationService, for extension
Downloads
88
Readme
CDS Hyper Application Service
hyper service implementation layer for CAP nodejs runtime
Get Started
install dependency
npm i -S cds-hyper-app-service
overwrite the
app-service
implementation
{
"cds": {
"requires": {
"app-service": {
"impl": "cds-hyper-app-service",
// default value, developer could overwrite this config
"exts": ["builtIn"]
}
}
}
}
Built-in Extensions
- Hyper Implementation - enhanced
@impl
annotation for entity/handler level - Hyper Repository - repository implementation like spring repository but applied to CAP nodejs runtime
Features
- [x]
ApplicationServiceExt
concept- [x] optional
beforeInit
/afterInit
method - [x] support options for
exts
node - [ ] more context data
- [ ] documentation/example
- [x] optional
Compatible Table
@sap/cds
@5
<->cds-hyper-impl
@0.x
@sap/cds
@6
<->cds-hyper-impl
@6.x