saltyshiomix / ark

An easiest authentication system on top of NestJS, TypeORM, NEXT.js(v9.3) and Material UI(v4).
MIT License
259 stars 17 forks source link

Consider using prisma instead of typeorm #5

Closed dmtrKovalenko closed 5 years ago

dmtrKovalenko commented 5 years ago

As from my perspective, it is much more useful in the case of typescript. Moreover, it is v2 coming that will make usage even simpler.

saltyshiomix commented 5 years ago

Hi @dmtrKovalenko !

Ok, I'll investigate it :)

saltyshiomix commented 5 years ago

Oh, super duper interesting! Thank you for your letting me know 👍

saltyshiomix commented 5 years ago

I decided to use TypeOrm until prisma v2 released, so I closed this issue for now.