Skip to content

CouchDB query implementation in Golang for in-memory object querying

License

Notifications You must be signed in to change notification settings

wearetheledger/go-couchdb-query-engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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