A toolkit for data mapping and language integrated query for Elixir
Ecto Citus Adapter
An Ecto-compatible wrapper around the mysql-otp library. https://github.com/mysql-otp/mysql-otp
A way to keep all your SQL function, cast and operator definitions in actual .sql files instead of migrations.
EctoCastIntToString is a simple library that enables ecto casting from int to string.
CQRS library for Ecto
Custom Ecto type to base64 {en,de}code binary data in your database
Encrypted integer id fields for Ecto schemas
A config provider to load a database.yml file as Ecto configuration.
A DuckDB Ecto3 adapter.
Run mix tasks (like test or ecto db.migrate) under specific umbrella applications
Ecto.Hstore adds Postgres Hstore compatibility to Ecto.
Sanitization helpers for SQL LIKE/ILIKE strings.
A helper library for Ecto, Nebulex and other utilties
A transition validator for Ecto and EctoEnum.
Code that uses Ecto needs to be tested. Such tests need the database to be populated. It pays to write a test data builder for that purpo...
EctoModel is a library that overhauls your EctoSchemas with additional functionality.
Generate a simple free-standing application with an ecto layer, intended to be used as a database resource in an application written usi...
Warns when creating changesets which are missing fields from the target schema.
A library to track writes to Ecto models.
A tree-ish data structure, crammed into maps
An Ecto adapter for libSQL
An elixir library to paginate ecto tables using drab. The library can, for example, be used to create infinity scrolling.
This is a custom Credo check that looks for a very specific edge case: * Ecto.Repo.transaction/2 will return a 4 tuple when an error occ...
Use Maps with Atom Keys in Ecto Schemas
Library for exposing Ecto Schemas entities and attributes.
A friendly api for erlang date tuples and ecto datetimes.
Libraries and utils for manipulating `Absinthe` or `Ecto`.
NOT STABLE YET. A library to describe resources from external apis.
Ecto MySQL (and MariaDB) fulltext search.
Ecto type to cast floats or strings to integers for your schemas.