Registry / database / golang-sql-sqlexp

golang-sql-sqlexp

JSON →
library0.1.0gogounverified

Package sqlexp provides experimental interfaces and functions that may be adopted into the database/sql package in the future.

go get github.com/golang-sql/sqlexp
INSTALL
IMPORT
SIG · GOLANG-SQL-SQLEXP
G
golang-sql-sqlexp
databasegov0.1.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

sqlexp
github.com/golang-sql/sqlexp

Demonstrates using the Querier interface from sqlexp.

package main import ( "database/sql" "github.com/golang-sql/sqlexp" ) func main() { db, _ := sql.Open("driver", "dsn") var q sqlexp.Querier = db _ = q }
Debug
Known issues
breakingThis package is experimental and may change or be removed in the future.
fix
Avoid using in production; monitor for upstream adoption into database/sql.
affects: >=0.1.0
Upgrade
Version history
0.1.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Resources
golang-sql-sqlexp — go get golang-sql-sqlexp · libregistry