Here's the structure part of my collection :
{
...
likes: ['6a6ca923517f304900badd98','6a6ca923517f304900badd99','...'],
...
}
Which method could you advise me to retrieve the list of values in the "likes" field with C lib please ?
Here's the structure part of my collection :
{
...
likes: ['6a6ca923517f304900badd98','6a6ca923517f304900badd99','...'],
...
}
Which method could you advise me to retrieve the list of values in the "likes" field with C lib please ?
Copyright © 2021 Jogjafile Inc.
I don't have a working MongoDB C driver, but this should help get you started. Also, the docs should help you (here).