Skip to content

Files

Latest commit

a1b0ca3 · Apr 30, 2015

History

History
47 lines (32 loc) · 757 Bytes

README.md

File metadata and controls

47 lines (32 loc) · 757 Bytes

lua_ngx support

Introduction

This is a simple lua mongo driver, work in progress.

Building

Install lua-bson first. https://github.com/mSOHU/lua-bson

make linux

Features

  • 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

Todo list

  • write concern
  • replica set
  • gridFS
  • tailable cursor
  • more options for cursor
  • more command
  • and more ...

Getting started

See test.lua