Hello guys, I was wondering if graphcool or prisma...
# prisma-whats-new
a
Hello guys, I was wondering if graphcool or prisma can work with custom databases. I want to use mariadb(cannot-help), and deploy it to an aws ec2 instance. From the docs it seemed all docker related and I have no clue what it is. Any help is appreciated
m
@Akshay not yet. They plan on adding support for dbs over time
a
If I do not use prisma, can I acheive this by creating a node/express type application?
m
what are you trying to achieve?
a
i am creating a new application with a legacy database as source. The database is mariadb. My client requires the application to be deployed on aws instance.
m
with a graphql api?
a
yes, we would have mobile and web clients requesting on the server, so graphql is a consideration.
the legacy database may not be a problem though, we may require it only for domain modelling of new database not importing its dump. But some custom mariadb functionality may be used so that's why client is insisting on it.
@max any thoughts?
m
you could use graphcool-framework. Prisma is not quite ready for production
a
ok thanks