shared db at design- and runtime

This commit is contained in:
Robin de Silva Jayasinghe
2024-04-24 15:56:47 +02:00
parent 4179493ce7
commit 61d6c0d58f
7 changed files with 59 additions and 15 deletions

View File

@@ -53,6 +53,16 @@
"parallel": true,
"timeout": 6666
},
"cds": {
"requires": {
"db": {
"kind": "sql",
"[development]": {
"model": "db/sqlite"
}
}
}
},
"license": "SEE LICENSE IN LICENSE",
"private": true
}