Skip to content

Commit

Permalink
Using latest packages + new db services
Browse files Browse the repository at this point in the history
  • Loading branch information
danjoa committed Jul 3, 2023
1 parent 68f8a4f commit c089c97
Show file tree
Hide file tree
Showing 3 changed files with 769 additions and 1,057 deletions.
10 changes: 4 additions & 6 deletions bookshop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
"index.cds",
"index.js"
],
"devDependencies": {
"@cap-js/sqlite": "*"
},
"dependencies": {
"@sap/cds": ">=5.9",
"express": "^4.17.1",
Expand All @@ -18,10 +21,5 @@
"genres": "cds serve test/genres.cds",
"start": "cds run",
"watch": "cds watch"
},
"cds": {
"requires": {
"db": "sql"
}
}
}
}
Loading

0 comments on commit c089c97

Please sign in to comment.