DEV Community

Discussion on: How to build a GraphQL API with TypeGraphQL and TypeORM

Collapse
 
fedebabrauskas profile image
Federico Babrauskas

Very nice post!

There is something like TypeORM but for NoSQL databases (MongoDB, etc)?

Thank you :)

Collapse
 
theonlybeardedbeast profile image
TheOnlyBeardedBeast

Hi, I have the same problem for my company project, TypeOrm has mongo db support but it is community based, I found alternatives like mikro orm mikro-orm.io/ or typegoose github.com/typegoose/typegoose . At this point I am still considering what to use.