Shows how a model can be shared across multiple apps that all rely on the same domain model. See the Microservices with CAP guide for the general idea and background.
Caution
This is just a sample, not intended for production use. It is meant to demonstrate how to create a CAP plugin and how to use it in your application. It is not optimized for performance or security.
npm add @capire/shared-db
Requires this in your .npmrc:
@capire:registry=https://npm.pkg.github.com
See capire/samples for how this module is used.
- Visit the capire docs to learn about CAP.
- especially Getting Started in a Nutshell.
- Visit our SAP Community to ask questions.
- Find the full sample set on https://github.com/capire/samples.
In case you have a question, find a bug, or otherwise need support, please use our community. See the documentation at https://cap.cloud.sap for more details about CAP.
Copyright (c) 2022 SAP SE or an SAP affiliate company. All rights reserved. This file is licensed under the Apache Software License, version 2.0 except as noted otherwise in the LICENSE file.