Skip to content

Query adds tools to aid the use of Ecto in web settings.

Notifications You must be signed in to change notification settings

nsweeting/query

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Query

Build Status Query version

Query adds simple tools to aid the use of Ecto in web settings. With it, we can add paging, scopes, and sorting with ease. At its heart, Query lets us build complex queries from our controller params.

Installation

This package can be installed by adding query to your list of dependencies in mix.exs:

def deps do
  [
    {:query, "~> 0.5"}
  ]
end

Documentation

See HexDocs for additional documentation.

About

Query adds tools to aid the use of Ecto in web settings.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages