mongorover
mongorover copied to clipboard
Intern project - MongoDB driver for the Lua programming language - This Repository is NOT a supported MongoDB product
Lua could benefit from a up-to-date mongodb driver greatly.
#0 0x0000000000003ac6 in ?? () #1 0x00007f4e1ba944ea in lua_mongo_collection_update (L=0x7f4e223e1c68) at /home/bhhbazinga/gdmj_engine/3rd/mongorover/c_wrapper/lua-mongoc-collection.c:236 #2 0x00000000004139b4 in luaD_precall (L=0x7f4e223e1c68, func=0x7f4e12c685f0, nresults=1) at ldo.c:434 #3 0x000000000041fa77 in luaV_execute (L=0x7f4e223e1c68) at lvm.c:1146 #4 0x0000000000413c7f...
find_one in the old version(26 Aug 2015): cursor = mongoc_collection_find (collection->c_collection, MONGOC_QUERY_NONE, 0, 0, -1, &query, &fields, NULL); batch_size is -1。 And now it's reuse find function to make find_one:...
Whenever we invoke mongorover calls from lua 5.1, we are receiving "Unknown yield" error . This subsequently leads to the failure of the application using mondorover
Hi @ all, I'm trying to build mongorover on Win7x64 with VS2015. Since cmake automatically uses the most current version of Vs installed I'm stuck with that. I've successfully compiles...
one nice feature - mongo pool as must have be in mongorover. it might be a simple implemented for short lived lua sessions for example. (while gc on destroy -...
I was hoping this could work on lua for ARM app development using the http://www.coronalabs.com SDK but the following module is missing. module 'mongo_module' not found: no field package.preload['mongo_module']
This library support openresty, non-blocking, co-soscket?