3.0.2 • Published 2 years ago

@flexusag/employees v3.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

@flexusag/employees

Provides a CAP database service for employees. Can be used by other CAP Apps for integration.

Installation

Install the package via

npm install --save @flexusag/employees

Afterwards, import the service as a .CDS file via

cds import node_modules/@flexusag/employees/dist/srv/EmployeeService.xml --keep-namespace --as cds --force

This will put the service into the srv/external folder.

Initial Data

If you want to use initial data (.csv files) for testing, then copy the folder node_modules/@flexusag/employees/dist/db/data to srv/external/data.

Expand

... TODO ...

3.0.2

2 years ago

3.0.1

2 years ago

3.0.0

2 years ago

2.0.0

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago