One problem I see with Encore and databases (or at least I didn't know how to do it) is that each service has to have its own database and it doesn't allow you to use a shared one. For those who are starting a project and are interested in starting with a monolithic project or even using the power of relationships between tables, I didn't find how to make this work.
Hi, sharing databases between services is in fact supported. Here is the relevant docs section: encore.dev/docs/ts/primitives/databases#sharing-databases-between-services
This is awesome!
Looking good :)
One problem I see with Encore and databases (or at least I didn't know how to do it) is that each service has to have its own database and it doesn't allow you to use a shared one. For those who are starting a project and are interested in starting with a monolithic project or even using the power of relationships between tables, I didn't find how to make this work.
Hi, sharing databases between services is in fact supported. Here is the relevant docs section: encore.dev/docs/ts/primitives/databases#sharing-databases-between-services
i use prisma