creating cds model of chinook db

This commit is contained in:
Dzmitry_Tamashevich@epam.com
2020-09-29 16:35:55 +03:00
committed by Daniel Hutzel
parent dc72442764
commit e33a455154
21 changed files with 425 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"command": "cds run --with-mocks --in-memory?",
"name": "cds run",
"request": "launch",
"type": "node-terminal",
"skipFiles": [ "<node_internals>/**" ]
}
]
}