All Projects → nsweeting → Query

nsweeting / Query

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

Programming Languages

elixir
2628 projects

Projects that are alternatives of or similar to Query

contextual
🌈 Generate your Ecto contexts using this macro and eliminate boilerplate
Stars: ✭ 18 (-21.74%)
Mutual labels:  phoenix, ecto
ex sieve
Implement dynamic filtering and sorting API for Ecto queries
Stars: ✭ 37 (+60.87%)
Mutual labels:  phoenix, ecto
ecto nested changeset
Helpers for manipulating nested Ecto changesets
Stars: ✭ 23 (+0%)
Mutual labels:  phoenix, ecto
phoenix pagination
Simple pagination for Ecto and Phoenix that uses plain EEx templates.
Stars: ✭ 20 (-13.04%)
Mutual labels:  phoenix, ecto
Graphql To Mongodb
Allows for generic run-time generation of filter types for existing graphql types and parsing client requests to mongodb find queries
Stars: ✭ 261 (+1034.78%)
Mutual labels:  sort, query
querie
Compose Ecto query from the client side
Stars: ✭ 20 (-13.04%)
Mutual labels:  phoenix, ecto
express-mquery
Expose mongoose query API through HTTP request.
Stars: ✭ 37 (+60.87%)
Mutual labels:  query, sort
Laravel Api Handler
Package providing helper functions for a Laravel REST-API
Stars: ✭ 150 (+552.17%)
Mutual labels:  sort, query
one plus n detector
Elixir library to help you detect 1+n queries in applications using Ecto
Stars: ✭ 20 (-13.04%)
Mutual labels:  phoenix, ecto
ecto generator
Generate Ecto schemas from existing database in Phoenix - Elixir
Stars: ✭ 20 (-13.04%)
Mutual labels:  phoenix, ecto
algoliax
Algolia integration to elixir application
Stars: ✭ 38 (+65.22%)
Mutual labels:  phoenix, ecto
Paper trail
Track and record all the changes in your database with Ecto. Revert back to anytime in history.
Stars: ✭ 380 (+1552.17%)
Mutual labels:  ecto, phoenix
query builder
Compose Ecto queries without effort
Stars: ✭ 56 (+143.48%)
Mutual labels:  phoenix, ecto
ecto profiler
Project for Ecto DB profiling
Stars: ✭ 16 (-30.43%)
Mutual labels:  phoenix, ecto
Rummage ecto
Search, Sort and Pagination for ecto queries
Stars: ✭ 190 (+726.09%)
Mutual labels:  sort, ecto
guardian trackable
A Guardian hook to track user sign ins.
Stars: ✭ 25 (+8.7%)
Mutual labels:  phoenix, ecto
Queryql
Easily add filtering, sorting, and pagination to your Node.js REST API through your old friend: the query string!
Stars: ✭ 76 (+230.43%)
Mutual labels:  sort, query
Rummage phoenix
Full Phoenix Support for Rummage. It can be used for searching, sorting and paginating collections in phoenix.
Stars: ✭ 144 (+526.09%)
Mutual labels:  sort, phoenix
pretty print formatter
Pretty Print Formatter for Elixir Logger module -- Colorize Ecto's SQL ouput 🖌️
Stars: ✭ 22 (-4.35%)
Mutual labels:  phoenix, ecto
Machinery
State machine thin layer for structs (+ GUI for Phoenix apps)
Stars: ✭ 367 (+1495.65%)
Mutual labels:  ecto, phoenix

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].