Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sneljo1 committed Dec 20, 2017
1 parent 51693e2 commit 8a6bc03
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,29 @@
# go-couchdb-query-engine
CouchDB query implementation in Golang for in-memory object querying

## Features
- skip
- limit
- selector

## Selector
The selector query accepts following couchdb operators:
- all
- and
- elematch
- eq
- exists
- gt
- gte
- in
- lt
- lte
- mod
- ne
- nin
- nor
- not
- or
- regex
- size
- type

0 comments on commit 8a6bc03

Please sign in to comment.