I am looking for a CMS to use with Prisma, would a...
# orm-help
s
I am looking for a CMS to use with Prisma, would anyone have a suggestion? I posted my question here: https://www.prisma.io/forum/t/using-a-cms-with-prisma/
d
I've been using https://graphcms.com on local projects and it's been pretty good. They did a big rework recently and it's a bit less stable as of late, but with good outlook since they've got funding recently. Also - they are using Prisma under the hood themselves.
👍 1
s
GraphCMS looks promising but it doesn't (yet) have localization + does it allow to (or plan to) connect to an external DB?
d
a, thats true. As far as I know localisation is just in their high-prio todo and there's no way to connect to external db
s
does it offer custom resolvers or some other workarounds?
d
as I understand custom prisma instance is somewhere in their roadmap. would also love that feature, just not sure when we'd get it
either that or custom functions
for my usecases I use Prisma AND GraphCMS, so I have two endpoints, but I bet you can stitch them
👍 1
s
it looks like Strapi might be an option, it plugs in the database directly. Or according to the same logic, some other self-hosted solutions like drupal etc. But I'd much prefer a cloud based solution.
notably, Drupal also seems to work with PostgreSQL, and it can have a GraphQL API, and there might exist hosted solution (?). Maybe that's another angle I should look at ...