Crudry is a library for DRYing CRUD.
Ecto.ShortUUID is a custom Ecto type which adds support for ShortUUID in Ecto schemas More info on ShortUUID: https://github.com/gpedic/...
Decentralized, k-ordered ID generation service
An Elixir library that converts maps from `snake_case` to `camelCase`.
Aims in building database queries using data as filtering conditions.
Library for parsing, writing and manipulation (css) colors.
PG Views support for Ecto
Embedded translations for Elixir schemas
Postgres sync engine. Sync little subsets of your Postgres data into local apps and services.
Typesense client for Elixir with support for importing your Ecto schemas.
Automate code & data workflows with interactive notebooks
An authorization library to restrict what resources the current user is allowed to access, and load those resources for you.
Generates a data structure describing the difference between two ecto structs
A DynamoDB adapter for Ecto supporting basic queries. See https://github.com/circles-learning-labs/ecto_adapters_dynamodb for detailed in...
A transactional job queue built with Ecto, PostgreSQL and GenStage.
MongoDB adapter for Ecto
A library to validate passwords, with built-in validators for password length as well as the character sets used. Custom validators can a...
Kafka client for Elixir/Erlang.
Testcontainers is an Elixir library that supports ExUnit tests, providing lightweight, throwaway instances of common databases, Selenium ...
Easily build extendable and composable Ecto queries.
Helpers for manipulating nested Ecto changesets
🌲 Great Elixir Logging Made Easy. Official Timber.io Integration.
Plain-Elixir, DSL-less, extensible authorization library for Elixir.
No brainer OAuth 2.0 provider
E2E reactivity for Vue and LiveView
Extend Commanded package
Ecto integration for the Permit authorization library.
Bitcrowd's Ecto utilities
Lightweight, SQL query runner and storage for Elixir apps — save, organize, and execute analytical queries with Ecto.
Gearbox is a functional state machine with an easy-to-use API, inspired by both Fsm and Machinery