A toolkit for data mapping and language integrated query for Elixir
A simple query sorting library for Elixir
An Ecto type for Base62-encoded UUIDs
Ecto extension to support ordered list models
Pagination library for Ecto. Includes helper for building 'next' and 'previous' links in a template.
PersistentVector is an array-like collection of values indexed by contiguous 0-based integer index and optimized for growing/shrinking at...
This library wraps Ecto to provides default functions to access and store data.
Store changes to your models, for auditing or versioning.
Simple ordered model management with Ecto.
Track changes to your Ecto models.
Library for handling ranges. Includes Ecto Types for PostgreSQL.
State machine for Ecto.
OpenTelemetry resource detector for AWS
Logger backend for saving logs in an Ecto repo.
OpenStack Swift Ecto integration
Kvasir projector extension to for allow event projection.
A template `mix gen ecto_service «project»` that generates a project for building stand alone ecto services (using Posgres)
A simple state machine compatible with Ecto 1.x
A tool to use Bitfields with Ecto schemas
A library that provides a simple DSL for seeding databases through Ecto.
Helps you easily and securely manage database backed sessions (or API keys) in an ecto project.
MongoDB adapter for Ecto
Cursor-based query and stream of Ecto records that doesn't require database transaction.
Ecto helper library to use PostgreSQL enums
Polymorphic embeds for Ecto. Forked from ecto_poly to make it compatible with Ecto 3.5+.
Fill Ecto Schema's virtual fields recursively
Log replay based sandbox for Ecto, compatible with CockroachDB
Elixir ACL library for managing user abilities and permissions with support of ecto(uuid) and compatibility with absinthe
Soft delete using Ecto repo.
A simple stream generation library for Ecto queries that facilitates more efficient paging of queries both in the database and in your Ec...
This package allows to add audit log that is based on Ecto changesets and stored in a separate table.