A toolkit for data mapping and language integrated query for Elixir
A file attachment library for Ecto.
UAInspector Plug
A library that connects images in your ecto schemas to an image resizing proxy.
Painless pagination for Ecto queries.
ClickHouse adapter for Ecto
Ecdo is a dynamic interface for ecto aims to simplify building dynamic query API based on ecto models.
Helps you easily and securely manage database backed sessions (or API keys) in an ecto project.
A quick way to query your schemas.
SQL-based adapters for Ecto and database migrations
Generate your Ecto contexts using this macro and eliminate boilerplate
Normalization and backfilling Ecto Schemas
Make simple things easy in Ecto, e.g. Ectoo.max(MyModel, :age). Also .count, .min, .max, .avg.
Convert a list of nested maps to `list(list(String.t))` or CSV. Can be used with GraphQL or Ecto.
Rainbow Inspector is a small library that allows you to specify a color of output given by inspect() function.
A working Ecto adapter for Elasticsearch that leverages Elasticsearch's SQL support to enable familiar Ecto query patterns for Elasticsea...
A simple query sorting library for Elixir
Fulcrum library for Elixir. The aim is to present the Fulcrum API as a replacement for an Ecto Repo. So, instead of Repo.all(Form), you c...
Associate media files with Ecto schemas. Provides image conversions, responsive images, and multiple storage backends (local, S3). Inspir...
This library wraps Ecto to provides default functions to access and store data.
Logger backend for saving logs in an Ecto repo.
Ecto extension to create Entity Relationship Diagrams using Mermaid
Query filtering library for Elixir — transform frontend search queries into optimized Ecto queries with full-text search.
A simple stream generation library for Ecto queries that facilitates more efficient paging of queries both in the database and in your Ec...
Adds support for enumerated types to Ecto. Unlike ecto_enum, these enums assume the database will take and return the enum's values by th...
Cursor-based query and stream of Ecto records that doesn't require database transaction.
An Ecto type for Base62-encoded UUIDs
Store changes to your models, for auditing or versioning.
Data analytics helpers for Ecto and PostgreSQL
Implements Authority behaviours using Ecto for persistence
Ecto proxy to simplify querying across multiple separate databases