- work with lua_ngx's cosocket
- compatible with luajit-2.0 via https://github.com/keplerproject/lua-compat-5.2
- METHOD: auth
- METHOD: once time query
- METHOD: count
This is a simple lua mongo driver, work in progress.
Install lua-bson first. https://github.com/cloudwu/lua-bson
cd lua-bson
git clone https://github.com/keplerproject/lua-compat-5.2
make linux
- connect to mongod
- auth with mongod (new!)
- runCommand
- insert document
- update document
- once time query: query, limit, skip, sort (new!)
- count: query (new!)
- find return basic cursor, cursor hasNext() and next()
- findone
- write concern
- replica set
- gridFS
- tailable cursor
- more options for cursor
- more command
- and more ...
See test.lua