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 PostGraphile instead of typeorm :) #7

Closed wisekaa03 closed 5 years ago

wisekaa03 commented 5 years ago

Postgraphile is much faster than Prisma.

See this: https://www.graphile.org/postgraphile/usage-library/ https://www.graphile.org/postgraphile/postgresql-schema-design/

saltyshiomix commented 5 years ago

I'll search both of them later next week :)

saltyshiomix commented 5 years ago

I decided to use TypeOrm because ARK is a sample repo for authentication, not for speed.