Registry / database / scylladb-gocqlx-v2

scylladb-gocqlx-v2

JSON →
library2.8.0gogounverified

Makes working with Scylla easy and error prone without sacrificing performance, inspired by Sqlx.

go get github.com/scylladb/gocqlx/v2
INSTALL
IMPORT
SIG · SCYLLADB-GOCQLX-V2
S
scylladb-gocqlx-v2
databasegov2.8.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.

gocqlx
github.com/scylladb/gocqlx/v2

Build a CQL query using gocqlx query builder

package main import ( "fmt" "github.com/scylladb/gocqlx/v2" "github.com/scylladb/gocqlx/v2/qb" ) func main() { session, _ := gocqlx.WrapSession(nil) // real session needed stmt, _ := qb.Select("users").Where(qb.Eq("id")).ToCql() fmt.Println(stmt) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
28 hits · last 30 days
node
26
Resources
scylladb-gocqlx-v2 — go get scylladb-gocqlx-v2 · libregistry