Documentation
¶
Index ¶
Constants ¶
View Source
const NAME = "nosql"
Variables ¶
This section is empty.
Functions ¶
func Enable ¶
func Enable(ctx *commons.RuntimeContext)
func Wrap ¶
func Wrap(runtime *goja.Runtime, database nosqldrivers.INoSqlDatabase) goja.Value
func WrapNoSqlCollection ¶
func WrapNoSqlCollection(runtime *goja.Runtime, collection nosqldrivers.INoSqlCollection) goja.Value
Types ¶
type JsCollection ¶
type JsCollection struct {
// contains filtered or unexported fields
}
type JsDatabase ¶
type JsDatabase struct {
// contains filtered or unexported fields
}
type ModuleNoSql ¶
type ModuleNoSql struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.