lua-mongo icon indicating copy to clipboard operation
lua-mongo copied to clipboard

MongoDB Driver for Lua

Results 3 lua-mongo issues
Sort by recently updated
recently updated
newest added

Hello It looks like it is not possible to create bson document with number indexed arrays: ``` lua: mongotest.lua:5: bad argument #1 to 'BSON' (["path"] => string index expected, got...

Hey, I've been looking at the code you implemented and, first of all, thanks for all the work. Now, I have a task at hand where I need to use...

enhancement

Could this library support Connection Pooling? http://mongoc.org/libmongoc/current/connection-pooling.html#connection-pooling http://mongoc.org/libmongoc/current/mongoc_client_pool_t.html mongoc_client_pool_t mongoc_client_pool_pop mongoc_client_pool_push mongoc_client_pool_set_error_api The following method may be also needed for gc? mongoc_client_pool_destroy (pool); mongoc_uri_destroy (uri); mongoc_cleanup (); --- Here is...

enhancement