An open API service indexing awesome lists of open source software.

https://github.com/tengattack/gluamongo


https://github.com/tengattack/gluamongo

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# LuaMongo for GopherLua

A native Go implementation of MongoDB library for the [GopherLua](https://github.com/yuin/gopher-lua) VM.

## Using

### Loading Modules

```go
import (
"github.com/tengattack/gluamongo"
)

// Bring up a GopherLua VM
L := lua.NewState()
defer L.Close()

// Preload LuaMongo modules
gluamongo.Preload(L)
```

## License

MIT