A toolkit for data mapping and language integrated query for Elixir
A file attachment library for Ecto.
Inspecto (Inspect + Ecto) is a utility that helps inspect and summarize your Ecto schemas for documentation or other tools that require c...
ClickHouse adapter for Ecto
Append-only (immutable) tables with version tracking for Ecto.
Painless pagination for Ecto queries.
Common Ecto schema and changeset assertions, written to be easily used in pipelines.
A library that connects images in your ecto schemas to an image resizing proxy.
Project for Ecto DB profiling
A quick way to query your schemas.
Ecto helper functions.
SQL-based adapters for Ecto and database migrations
Normalization and backfilling Ecto Schemas
Polymorphic embeds for Ecto
Make simple things easy in Ecto, e.g. Ectoo.max(MyModel, :age). Also .count, .min, .max, .avg.
A working Ecto adapter for Elasticsearch that leverages Elasticsearch's SQL support to enable familiar Ecto query patterns for Elasticsea...
An easy way to create Ecto Schemas for API endpoint validations
A set of EctoSync functions specific to Phoenix and LiveView
Convert a list of nested maps to `list(list(String.t))` or CSV. Can be used with GraphQL or Ecto.
Overrides Ecto's LogEntry to format ecto logs as json
Query filtering library for Elixir — transform frontend search queries into optimized Ecto queries with full-text search.
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...
Ecdo is a dynamic interface for ecto aims to simplify building dynamic query API based on ecto models.
This library wraps Ecto to provides default functions to access and store data.
Provides an easy interface to get paths between schemas and a way to walk the paths
Elixir ACL library for managing user abilities and permissions with support of ecto(uuid) and compatibility with absinthe
OpenStack Swift Ecto integration
Store changes to your models, for auditing or versioning.
Cursor-based query and stream of Ecto records that doesn't require database transaction.
Mix task to generate Ecto migrations from SQL schema file
Extends your Ecto schemas with convenience functions so that you can focus on your domain logic instead of plumbing.