Join Slack
Powered by
Now, I have 1 database with Prisma. Models: `User`...
# orm-help
a
Alan
04/17/2020, 4:08 AM
Now, I have 1 database with Prisma. Models: `User`/`Post`/`Log` The database is starting to be huge, because of the table
Log
. What would be the Prisma architecture to have 2 distincts databases (`User`/`Post` and
Log
)
r
Ryan
04/17/2020, 8:24 AM
Hey Alan 👋 Currently prisma doesn't support having multiple db's so you can create a new feature request here for that:
https://github.com/prisma/prisma/issues/new?assignees=&labels=&template=feature_request.md&title=
Open in Slack
Previous
Next