Hello!
On Thu, Feb 13, 2014 at 12:14 AM, andex.li wrote:
> 请问有没有比较成熟的 openresty 的mongodb模块可以使用?
>
openresty 并没有提供官方的 mongodb 库。但我知道 github 上有不止 一个基于 ngx_lua cosocket
API 的 mongodb 的开源实现 :)
比如
https://github.com/bigplum/lua-resty-mongol
https://github.com/nightsailer/lua-resty-mongo
当然,我自己并没有看过这两个库的实现,更没有测试过 :)
Regards,
-agentzh