A toolkit for data mapping and language integrated query for Elixir
Macro based code generator for Elixir Phoenix contexts - generating CRUD ecto functions to DRY up the code base
SaaS Library for Ecto applications using Postgres or Mysql
A set of EctoSync functions specific to Phoenix and LiveView
Soft delete using Ecto repo.
Ecto helper functions.
Tree structure & hierarchy for ecto models. Ancestry, materialized path, nested set, adjacency list
Hack ecto schemas after the fact.
Simple Elixir library for sending SMS's via Enterprise Connector
An Elixir Ecto Package to Boost Your Productivity and Achieve 90% throughput in Just 10% of the Time.
Ecto adapter for Druid
Ecto.Type that allows using ksuids with developer friendly prefixes. (ie. "user_2EgT2R97RRNXWXdA3Ov6znVLDCd").
Convert a list of nested maps to `list(list(String.t))` or CSV. Can be used with GraphQL or Ecto.
Factory Library for Ecto schemas
EctoCrypto provides Ecto Types relating to Cryptographic concerns such as encrypted or hashed data.
QuickFactory - plain yet powerful factory for Ecto with support for changesets
A test fixtures library based on Ecto
Ecdo is a dynamic interface for ecto aims to simplify building dynamic query API based on ecto models.
A library that connects images in your ecto schemas to an image resizing proxy.
Store changes to your models, for auditing or versioning.
Polymorphic embeds for Ecto
Generate Ecto schemas from existing PostgreSQL database structures
This library wraps Ecto to provides default functions to access and store data.
ClickHouse adapter for Ecto
Make simple things easy in Ecto, e.g. Ectoo.max(MyModel, :age). Also .count, .min, .max, .avg.
An array-backed vector providing fast random access
Useful Ecto extensions: search, sort, paginate, validators
Elixir utility for retrying stale Ecto entry operations
Project for Ecto DB profiling
Ecto Library for cursor pagination.
PersistentVector is an array-like collection of values indexed by contiguous 0-based integer index and optimized for growing/shrinking at...