Registry / database / go-jet-jet-v2

go-jet-jet-v2

JSON →
library2.15.0gogounverified

Package jet is a complete solution for efficient and high performance database access, consisting of type-safe SQL builder with code generation and automatic query result data mapping.

go get github.com/go-jet/jet/v2
INSTALL
IMPORT
SIG · GO-JET-JET-V2
G
go-jet-jet-v2
databasegov2.15.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.

jet
github.com/go-jet/jet/v2

Creates a simple SELECT query using Jet's type-safe SQL builder.

package main import ( "fmt" "github.com/go-jet/jet/v2/postgres" ) func main() { stmt := postgres.SELECT(postgres.Star).FROM(postgres.Table("users")) fmt.Println(stmt.DebugSql()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.15.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
31 hits · last 30 days
node
28
Resources
go-jet-jet-v2 — go get go-jet-jet-v2 · libregistry