README ¶ LuaMongo for GopherLua A native Go implementation of MongoDB library for the GopherLua VM. Using Loading Modules import ( "github.com/tengattack/gluamongo" ) // Bring up a GopherLua VM L := lua.NewState() defer L.Close() // Preload LuaMongo modules gluamongo.Preload(L) License MIT Expand ▾ Collapse ▴ Documentation ¶ Index ¶ func Preload(L *lua.LState) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Preload ¶ func Preload(L *lua.LState) Types ¶ This section is empty. Source Files ¶ View all Source files gluamongo.go Directories ¶ Show internal Expand all Path Synopsis bsonutil mongo Click to show internal directories. Click to hide internal directories.