Just looking for some opinions on this. I am using...
# talk-kratos
g
Just looking for some opinions on this. I am using EdgeDB for my app store. It runs on top of Postgres. Kratos is compatible with PGQL. Do you think it could be a decent idea (bear in mind, im asking if its decent, not the picancle of wisdom) to give Kratos the raw PGSL DNS string to connect to. I envision that there could be some issues vis a vis schema and edgedb getting freaked out with strage tables. BUT, I would like to have both running on the same DB, in an ideal world of course. What do you think? Anyone was crazy to try this before?
s
I tried sharing a database between Hydra and Kratos, self-hosted. It fell over pretty much immediately - I can't remember the exact error, but there was some conflict. That's a very different situation to what you're suggesting, but it does illustrate that Ory expect these services to have dedicated databases. I would suggest you are rolling the dice here.
g
Hmm, thats unfortunate. Thanks for the response. I think I will try it just to see how quickly it fails. At least I will learn the lesson for sure.