Elixir library for handling uploads with Ecto, Phoenix and Absinthe
Data migrations for your ecto-backed elixir application.
DSL and polyfill to express MERGE queries using ecto (postgres adapter only)
Composable query convenience functions for Ecto
A Swiss Army knife for your Ecto schemas
Ecto 2 Adapter for Microsoft SQL Server
An Ecto.ParameterizedType for phone numbers
A Cassandra data mapping built on top of Ecto and query runner on top of Xandra.
Elixir implementation of the NLdoc Spec for events from conversion of documents.
Dynamically updating, searchable, sortable datatables with Phoenix LiveView
A library for making domain operations
State Machine implementation in Elixir. It's a structure and optionally a gen_statem powered process. It validates states and transit...
Builds upon Ecto to create a ready to go customizable CRUD module for a schema.
Provides functions for converting, comparing and shifting Elixir dates/times.
Common functions and macros for Ecto
Provides Ecto-like API for casting and validating params.
Converts Ecto schemas into JSON Schemas.
Library designed to parse and convert language and locale codes based on BCP47.
A Helpers Set for build automatic filters on Ecto Schemas
Extends defstruct with schemas, changeset validation, and more
EctoConditionals implements a flexibly functional find_or_create and upsert behavior for Ecto models.
Ecto extension to support ordered list models
Interval/range operations on Decimal, DateTime, Integer, Float, etc. Ecto support for Postgres range types like int4range, daterange, tst...
User-friendly translations manager for Elixir/Phoenix projects.
A debug web toolbar for Phoenix projects to display all sorts of information about request
Provides a full user authentication experience for an API. Includes login,logout,register,forgot password, forgot username, confir...
Ecto Facade Repository that allows to separate write from read operations
Ex Saga is an NServiceBus Saga implementation in Elixir, while being abstracted away from storage and transport.
Resource generators and API clients for HL7 FHIR.
A fully automatic cursor pagination for Ecto. It relies on analysis of the expressions in order_by clause and requires no configuration.