Hi guys, is it possible that I setup Prima on top ...
# orm-help
t
Hi guys, is it possible that I setup Prima on top the rest API only without changing exiting code base?
h
Yes you can new routes or add logic to existing ones using prisma-client-lib
Treat it like an orm 🙂
t
Could you send me a link about this feature?
t
Is Prisma Client is part of Prisma Enterprise ?
Does Prisma Client support a UI to do the drag and drops to do the setup for make a graphql on top of several RESTful api?
n
No, Prisma Client is open source and part of Prisma CLI: https://github.com/prisma/prisma/.
No, Prisma Client is a library that automatically generates code based on a Prisma schema. There is no UI component involved.
t
Is there a way to generate a Prisma schema or we have to code based on the existing Restful api?
We have an existing system. The database is not reachable. So we have a problem to define the schema for the front end. We want to use a product like Prisma to setup a server to have a flexible schema without coding.
Is this possible to do with Prisma?
h
No the schema is something you have to define
The most Prisma can do for you in this case that it can sit along with your rest routes