gluamongo

package module
v0.0.0-...-6b8647c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 31, 2021 License: MIT Imports: 2 Imported by: 0

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Preload

func Preload(L *lua.LState)

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL