A toolkit for data mapping and language integrated query for Elixir
Cursor-based query and stream of Ecto records that doesn't require database transaction.
An Ecto-aware caching library providing cache-aside and write-through abstractions with automatic invalidation.
An easy way to create Ecto Schemas for API endpoint validations
A library that connects images in your ecto schemas to an image resizing proxy.
Generate your Ecto contexts using this macro and eliminate boilerplate
ClickHouse adapter for Ecto
A file attachment library for Ecto.
Ecdo is a dynamic interface for ecto aims to simplify building dynamic query API based on ecto models.
Painless pagination for Ecto queries.
Helps you easily and securely manage database backed sessions (or API keys) in an ecto project.
Make simple things easy in Ecto, e.g. Ectoo.max(MyModel, :age). Also .count, .min, .max, .avg.
A quick way to query your schemas.
SQL-based adapters for Ecto and database migrations
Normalization and backfilling Ecto Schemas
Convert a list of nested maps to `list(list(String.t))` or CSV. Can be used with GraphQL or Ecto.
UAInspector Plug
Ecto IT is library for writing integration tests(with database backend) for ecto-based applications.
A simple query sorting library for Elixir
Ecto extension to create Entity Relationship Diagrams using Mermaid
Logger backend for saving logs in an Ecto repo.
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...
A working Ecto adapter for Elasticsearch that leverages Elasticsearch's SQL support to enable familiar Ecto query patterns for Elasticsea...
This library wraps Ecto to provides default functions to access and store data.
A test fixtures library based on Ecto
A simple stream generation library for Ecto queries that facilitates more efficient paging of queries both in the database and in your Ec...
An Ecto type for Base62-encoded UUIDs
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...
Store changes to your models, for auditing or versioning.
Ecto proxy to simplify querying across multiple separate databases
Data analytics helpers for Ecto and PostgreSQL