Versions in this module Expand all Collapse all v0 v0.0.2 Jan 19, 2018 v0.0.1 Dec 31, 2017 Changes in this version + func NewDB(runtime *goja.Runtime, db *sql.DB) *goja.Object + func NewResult(runtime *goja.Runtime, result *sql.Result) *goja.Object + func NewRows(runtime *goja.Runtime, rows *sql.Rows) *goja.Object + func NewStmt(runtime *goja.Runtime, stmt *sql.Stmt) *goja.Object + func NewTx(runtime *goja.Runtime, tx *sql.Tx) *goja.Object