Michał Matczuk 6a6b1c8801 license and notice
2017-07-25 08:34:43 +02:00
2017-07-24 13:00:21 +02:00
2017-07-24 13:21:29 +02:00
boo
2017-07-25 08:25:58 +02:00
2017-07-25 08:20:16 +02:00
2017-07-25 08:25:58 +02:00
2017-07-25 08:20:16 +02:00
2017-07-25 08:25:58 +02:00
2017-07-25 08:34:43 +02:00
2017-07-24 13:21:29 +02:00
2017-07-25 08:34:43 +02:00
2017-07-25 08:25:58 +02:00

gocqlx GoDoc Go Report Card Build Status

Package gocqlx is a gocql extension, similar to what sqlx is to database/sql.

It provides a new type that seamlessly wraps gocql.Iter and provide convenience methods which are useful in the development of database driven applications. None of the underlying gocql.Iter methods are changed. Instead all extended behavior is implemented through new methods defined on wrapper type.

The wrapper type enables you to bind iterator row into a struct. Under the hood it uses sqlx/reflectx package, models / structs working whit sqlx will also work with gocqlx.

Installation

go get github.com/scylladb/gocqlx

Example

See example test.

Description
No description provided
Readme 667 KiB
1.0.0 Latest
2025-11-20 16:10:32 +01:00
Languages
Go 97.2%
Makefile 2.8%