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

@@ -17,7 +17,17 @@
"[hybrid]": { "kind": "enterprise-messaging-shared" },
"[production]": { "kind": "enterprise-messaging" }
},
"db": { "kind": "sql" }
"db": { "kind": "sql" },
"[multimodule]": {
"db": {
"kind": "sqlite",
"impl": "@cap-js/sqlite",
"credentials": {
"url": "../db.sqlite"
}
}
}
}
}
}