Has anyone used Prisma with any admin panel or doe...
# orm-help
n
Has anyone used Prisma with any admin panel or does any admin panel solution support Prisma ?
r
@Nathaniel Babalola ๐Ÿ‘‹ You can have a look at this
n
Hey Nathaniel ๐Ÿ‘‹ You've probably seen Prisma Studio that comes by default with every Prisma project, right? Could you share a bit more about your use case for an admin panel if Prisma Studio is not what you're looking for? ๐Ÿ™‚
n
Hi @nikolasburk, something like AdminBro....or like a barebones CMS
n
Ah I see! Generally I think AdminBro would be perfect to also connect to a project that uses Prisma as an ORM but it seems like it's not yet supported. I just opened up a feature request in their GitHub repo to ask for Prisma support ๐Ÿ™‚
Out of curiosity, what features are you specifically looking for in an admin panel that Prisma Studio doesn't provide currently?
n
@nikolasburk great, thanks. There's also a pending issue I created on Prisma here that's still yet to be resolved @nikolasburk basically RBAC and notifications for different Admin users..... miscellaneous (graphs for data)
n
basically RBAC and notifications for different Admin users..... miscellaneous (graphs for data)
Got it, yeah that makes sense ๐Ÿ‘ generally I think it might be interesting for us to also consider adding these to Prisma Studio (if you'd be interested in this too, feel free to open a feature request so that our Product teams can evaluate this).
great, thanks. There's also a pending issue I created on Prismaย hereย that's still yet to be resolved
It seems like there's more information that's need on our end to reproduce this issue. If your issue currently is that you can't upload your
node_modules
maybe consider using another file sharing service (like dropbox) to upload it there and then share the link in the issue? ๐Ÿ™‚
n
@nikolasburk Ooh yeah, guess Prisma studio should be standalone and be able to be deployed. okay will do just that. and upload the link
n
Also note that you can use the Data Browser in the Prisma Data Platform for your Prisma projects which comes with RBAC ๐Ÿ™‚ (not super fine-tuned yet but just wanted to bring this up in case you hadn't been aware ๐Ÿ™Œ)
n
@nikolasburk I'm actually just hearing about this, will definitely check it out . ๐Ÿค๐Ÿพ
๐Ÿ™Œ 1
prisma rainbow 1
n
FIY @Nathaniel Babalola seems like the AdminBro folks will get to work on Prisma support already ๐Ÿ˜„
n
Ooh my , this is great . Thanks for creating the feature request @nikolasburk