Skip to content

Commit

Permalink
Merge pull request #1 from mistbow-git/master
Browse files Browse the repository at this point in the history
Russian translation of README.md
  • Loading branch information
qiangxue committed Dec 19, 2015
2 parents f765f8d + 26c5e8e commit 870b861
Show file tree
Hide file tree
Showing 2 changed files with 477 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
[![Build Status](https://travis-ci.org/go-ozzo/ozzo-dbx.svg?branch=master)](https://travis-ci.org/go-ozzo/ozzo-dbx)
[![GoDoc](https://godoc.org/github.com/go-ozzo/ozzo-dbx?status.png)](http://godoc.org/github.com/go-ozzo/ozzo-dbx)

## Other languages

[Русский](/docs/README-ru.md)

## Description

ozzo-dbx is a Go package that enhances the standard `database/sql` package by providing powerful data retrieval methods
as well as DB-agnostic query building capabilities. It has the following features:

Expand Down Expand Up @@ -315,7 +321,7 @@ other interesting work.

### Building Query Conditions

`dbx-ozzo` supports very flexible and powerful query condition building which can be used to build SQL clauses
`ozzo-dbx` supports very flexible and powerful query condition building which can be used to build SQL clauses
such as `WHERE`, `HAVING`, etc. For example,

```go
Expand Down
Loading

0 comments on commit 870b861

Please sign in to comment.