From 009b5ec4b58e5a4f1e7cf9f62af30cb74e628c36 Mon Sep 17 00:00:00 2001 From: Michal Jan Matczuk Date: Tue, 9 Jun 2020 09:19:13 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e62c7b9..9113ba3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # 🚀 GocqlX [![GoDoc](http://img.shields.io/badge/go-documentation-blue.svg?style=flat-square)](http://godoc.org/github.com/scylladb/gocqlx) [![Go Report Card](https://goreportcard.com/badge/github.com/scylladb/gocqlx)](https://goreportcard.com/report/github.com/scylladb/gocqlx) [![Build Status](https://travis-ci.org/scylladb/gocqlx.svg?branch=master)](https://travis-ci.org/scylladb/gocqlx) -GocqlX makes working with Scylla easy and error-prone without sacrificing performance. +GocqlX makes working with Scylla easy and less error-prone. It’s inspired by [Sqlx](https://github.com/jmoiron/sqlx), a tool for working with SQL databases, but it goes beyond what Sqlx provides. ## Features