reactioncommerce / reaction-feature-requests

Reaction Feature Requests
13 stars 1 forks source link

Use prisma to remove mongodb dependency #49

Open durdenx opened 6 years ago

durdenx commented 6 years ago

Do you plan to use a tool like Prisma instead of mongodb (and Meteor)? It would allow to use any Database while having a crud generated and easily bind our own api (or any graphql api) to it.