Extends defstruct with schemas, changeset validation, and more
A set of utility functions / macros.
Generate schema code for various libraries, like ecto, absinthe, etc.
Ecto types for the postgreSQL isn extension.
Mishka developer tools provides some macros and modules to make creating your elixir application as easy as possible
Provide an Ecto custom type Ecto.Atom to manage `:atom`.
Library providing support for saving CRDT data and values to db using Ecto.
An Authentication and User Lifecycle Framework for Phoenix
LiveView TimeTravel debugger allows you to record and replay your LiveView's lifecycle as you interact with the page
Extensible Elixir OTP Application for storing files through a unified API. Backends currently exist for the local filesystem, SFTP and t...
Local, application-level PubSub API for dispatching side effects.
Everything your Phoenix Elixir app needs to use Twitter Bootstrap 4
Use Google Spreadsheets as storage for Ecto objects.
A simple email address validator for Elixir that first checks the address with a regular expression and then checks if the Top-Level Doma...
Cursor-based pagination for Ecto.
Types and tools for working with Gutenberg.
Relay helpers for GraphQL Elixir
An Finite state machine implementation for elixir
A Mix Task to upload Distillery releases to GitHub.
Cloud provider agnostic file storage.
Addict allows you to manage users on your Phoenix app easily. Register, login, logout, recover password and password updating is availabl...
A JSONAPI 1.0 library fully-tested against all jsonapi.org examples. The library generates JSONAPI errors documents whenever it encounte...
Ex Saga is an NServiceBus Saga implementation in Elixir, while being abstracted away from storage and transport.
Builds dynamic Ecto queries based on given parameters, allowing developers to retrieve data flexibly without writing custom queries for e...
A grab bag of utilities I tend to want, so I can build faster.
An extension on `Ecto.Schema` where you can provide additional options, which will be read by the corresponding `PropSchema.TestHarness` ...
Elixir client to generate, validate and format different Brazilian docs
Foreign key based multi-tenancy, allowing all the tenanted data to live in the same database.
Finix API client library for Elixir.
Ecto auto migration library. It allows to generate and run migrations for initial and update migrations.