This commit is contained in:
Michał Matczuk
2017-09-22 13:47:15 +02:00
parent fd5efe40eb
commit 3351b1f9a3
6 changed files with 247 additions and 2 deletions

View File

@@ -13,12 +13,12 @@ hood it uses `sqlx/reflectx` package so `sqlx` models will also work with `gocql
## Features
* Builders for `SELECT`, `INSERT`, `UPDATE` `DELETE` and `BATCH`
* Builders for `SELECT`, `INSERT`, `UPDATE` `DELETE` and `BATCH` (supporting collections, counters and functions)
* Queries with named parameters (:identifier) support
* Functions support
* Binding parameters form struct or map
* Scanning results into structs and slices
* Automatic query releasing
* Schema migrations
* Fast!
## Example