luabolt

package module
v0.0.0-...-4805070 Latest Latest
Warning

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

Go to latest
Published: Nov 9, 2016 License: MIT Imports: 4 Imported by: 0

README

luabolt
=======

``luabolt`` is a lua API for `boltdb <https://github.com/boltdb/bolt>`_ using `Shopify's go-lua <https://github.com/Shopify/go-lua>`_.

Documentation

Index

Constants

View Source
const (
	TypeBucket      = "github.com/boltdb/bolt.Bucket"
	TypeBucketStats = "github.com/boltdb/bolt.BucketStats"
	TypeCursor      = "github.com/boltdb/bolt.Cursor"
	TypeDB          = "github.com/boltdb/bolt.DB"
	TypeInfo        = "github.com/boltdb/bolt.Info"
	TypeOptions     = "github.com/boltdb/bolt.Options"
	TypePageInfo    = "github.com/boltdb/bolt.PageInfo"
	TypeStats       = "github.com/boltdb/bolt.Stats"
	TypeTx          = "github.com/boltdb/bolt.Tx"
	TypeTxStats     = "github.com/boltdb/bolt.TxStats"
)

Variables

This section is empty.

Functions

func Open

func Open(l *lua.State)

func PushDB

func PushDB(l *lua.State, db *bolt.DB, varName string)

func PushTx

func PushTx(l *lua.State, tx *bolt.Tx, varName string)

Types

This section is empty.

Jump to

Keyboard shortcuts

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