This might be another dumb question but when in de...
# orm-help
r
This might be another dumb question but when in development, would one of those hosted databases + 1 prisma server be enough for multiple prisma projects?
👍 1
h
yes, we store different services isolated from each other in the a single database
r
thanks! Also in production?
h
yes, backend/dev is separate from backend/prod. We store them in separate schemas
r
so in production you also use one database for multiple projects, separated in environments?
h
yes, that is same model we use with our demo servers
👍 1
r
oke thanks!
h
each service's data is stored in different database in the same database server
r
and that database could be clustered , replicated and horizontally scalling
prisma is so good in this new era of cloud computing ❤️
r
yeah I think that is what digital ocean provides now as well
really really happy with it!
strong combination
r
they are actually late to the game haha
but yea its good starting it now
r
yup
haha