mongodb

Hello everyone, I would like to know if it is possible to use refine with mongodb? if anyone has any example
2 Replies
Omer
Omer2y ago
Hey @game2023 , You cannot connect to databases directly from the client side, but you can use it by placing an API in front of your MongoDB.
optimistic-gold
optimistic-gold2y ago
hello my friend sr omer ... thanks for the reply ... so i technically should create an api using nodejs or a restapi + nestjs or graphql right? Could it also be using the graphql api directly from the atlas mongodb that is automatic?