Discover Packages
github.com/GnawNom/sqlinternals
package
module
Version:
v0.0.0-...-a2dcc56
Opens a new window with list of versions in this module.
Published: Apr 13, 2020
License: MPL-2.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
README
README
¶
Sqlinternals
Provide a way to get driver.Rows from sql.Row and sql.Rows (Go issue 5606 ).
This has to use unsafe , so it can't be used in some contexts.
Documentation lives at godoc.org .
License: MPL2 .
Expand ▾
Collapse ▴
Documentation
¶
func Inspect(sqlStruct interface{}) (interface{}, error )
Inspect extracts the internal driver.Rows from sql.*Row or sql.*Rows.
This can be used by a driver to work around issue 5606 in Go until a better way exists.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.