[11:48:13] <beStKodErEveR> it seems you can fetch mongodb data from both react or express... why would i use express then? i mean.. its good if you have many routes, but you could just run a GET in the react app.js right
[11:49:31] <beStKodErEveR> like in this example: https://stackoverflow.com/questions/44644567/how-do-you-render-data-stored-on-mlab-onto-a-react-component
[12:07:48] <beStKodErEveR> where to fetch data..from react or express routes?
[12:08:14] <Derick> beStKodErEveR: I think that's best asked in the react or express channels? I've no idea about either of these tools
[15:00:59] <armandokeller> I'm trying to perform this query on libmongoc: db.getCollection("dados").find({criador:ObjectId("5bee0674c33b539eab0fbc03")},{"_id":1})
[15:01:20] <Derick> right, and what's the C code that goes with that?
[15:10:48] <Derick> the options are defined at http://mongoc.org/libmongoc/current/mongoc_collection_find_with_opts.html, and an example (not tested) could be https://pastebin.com/uTbtzN5D