Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make CDS sample more explicit (#253)
The fact that `using { my.bookshop } from '../db/index';` created an implicit alias `bookshop` for the `my.bookshop` package, which is then even used to refer to `my.bookshop.Addresses` as `bookshop.Addresses` (although not even defined in `../db/index`) is not so easy to grasp. The sample is now more explicit by referring to `my.bookshop.Addresses` and only importing `Orders` from `../db/index`
- Loading branch information