This Week's Trending Top

thanos
terminusdb_ex is an Elixir client for TerminusDB, designed to make working with documents, schemas, graphs, and queries feel natural on t...
New

This Month's Trending Top

woylie
Flop is an Elixir library that applies filtering, ordering and pagination parameters to your Ecto queries. offset-based pagination with...
New
dimamik
Torus is a plug-and-play Elixir library that seamlessly integrates PostgreSQL’s search into Ecto, streamlining the construction of advanc...
New
FedericoAlcantara
Finally, after several months of work, 480+ commits, and nearly 190 PRs, I’m proud to announce the first release of Aurora UIX: Aurora U...
New
mccraigmccraig
Tired of waiting for slow Ecto sandbox tests ? At work, we have 45,000 tests - taking 12 minutes on a fast laptop and ~45 minutes of ela...
New

This Year's Trending Top

sorentwo
Hello! tl;dr Announcing Oban, an Ecto based job processing library with a focus on reliability and historical observability. After spen...
985 42842 311
New
aesmail
Hello guys, I have finally made it. I created an admin interface for a framework. It’s been on my todo list for years and with the curre...
New
mathieuprog
Hello :wave: I published a library that brings support for polymorphic/dynamic embeds in Ecto. Ecto’s embeds_one macro requires a speci...
New
Schultzer
Hey there, I wrote this low-level library recently, its goal is simply to lower the barrier between Elixir and SQL, and it does that by p...
New
fuelen
Ecto.DevLogger is an alternative logger of SQL queries in development It inlines bindings into the query, so it is easy to copy-paste lo...
New
jarlah
Testcontainers Testcontainers is an Elixir library that supports ExUnit tests, providing lightweight, throwaway instances of common datab...
New
vincentvanbush
Hello! We’ve released Permit - a new open-source project at Curiosum aiming to make it easier to manage permission-based access control ...
New
jstimps
I’ve started development on an Ecto Adapter for FoundationDB: GitHub - ecto_foundationdb. FoundationDB is a distributed database with AC...
New
germsvel
PhoenixTest provides a unified way of writing feature tests – regardless of whether you’re testing LiveView pages or static pages. It al...
New
rodloboz
I’ve started working on a new library to run SQL queries and do basic business intelligence. Think “Blazer for Elixir.” Currently it fe...
New
juliolinarez
ExCuid2 generates secure, collision-resistant unique identifiers designed for efficiency and horizontal scaling. They are an excellent ch...
New
jsm
Once is an Ecto type for locally unique (unique within your domain or application) 64-bit IDs generated by multiple Elixir nodes. Locally...
New
FedericoAlcantara
Aurora.Ctx is a code generation library that implements the Context pattern in Phoenix applications. It automatically generates standard...
New
jechol
I’m excited to share FeistelCipher and AshFeistelCipher, PostgreSQL-based libraries that provide encrypted integer IDs using the Feistel ...
New
coen.bakker
Blink is a library for fast bulk data insertion into PostgreSQL databases using the COPY command. It provides a clean, declarative syntax...
New

Last Three Year's Trending Top

martinthenth
Hello everybody :wave: Recently, some of my colleagues talked about database ids and uuids and their problems, and I remembered the pain...
New
deadtrickster
I’ve just released stable versions of my Prometheus Elixir libs: Elixir client [docs]; Ecto collector [docs]; Plugs instrumenter/Export...
New
belaustegui
Hi all. A few days ago I published my first package in Hex.pm. It is called Trans and aims to provide a easy way to leverage database su...
New
PJUllrich
I recently read the wonderful article Homemade Analytics with Elixir and Ecto by @josevalim and decided on using the described approach i...
New
zoedsoupe
Hello alchemists! I’m here to present about a new way to interact with Supabase services: supabase-potion made with love and magic by @zo...
New
zoedsoupe
Hello forum! I am excited to share Peri, a schema validation library for Elixir, designed to simplify and enhance your data validation p...
New
tfwright
Today, I’m releasing what I’m calling a “preview” version of a new file upload utility for Elixir (with optional Ecto integration). If yo...
New
acalejos
Hey all, I originally made this for my project Merquery and decided to extract it to its own library. The README is below if you’re inte...
New
danj
New! Parse (and generate) XML with a DSL that is built on top of Ecto.Schema. Makes handling XML easy if you want structs out of XML inpu...
New
fuelen
Hey I want to introduce you a small utility that may help in writing dynamic queries :slight_smile: In a few words, this code: blank_s...
New
sax
Hello! Just wanted to post about a library I published over the weekend. It’s a very simple Ecto.Type for email addresses, with automati...
New
josevalim
We were notified by Panagiotis Nezis that certain payloads could take a long time to process when converted to integers. New Erlang/OTP v...
New
akoutmos
Howdy howdy everyone! After running into some issues formatting SQL for my EctoDbg library, I decided to go a new route and leverage the...
New
egze
ContextKit is a modular toolkit for building robust Phoenix/Ecto contexts with standardized CRUD operations. It helps reduce boilerplate ...
New
damir
Hi everyone, I wrote this over the past year while learning Elixir. It started when I tried to reuse the code between generated scaffold...
New

Trending Over Three Years Top

kelvinst
Hey everyone! Well, we made this lib a while ago and now we decided to finally go out and public with it! It’s a tool for creating and m...
New
kevinlang
Hey all, We have made an Ecto3 Adapter for SQLite3, ecto_sqlite3! We have successfully on-boarded the full suite of integration tests (...
New
josevalim
EDIT: since Ecto 3.0 final version is out, this post was amended to use the final versions in the instructions below. Hi everyone, We a...
New
New
aditya7iyengar
Rummage.Ecto and Rummage.Phoenix provide ways to perform Searching, Sorting and Pagination over Ecto queries and Phoenix collections. Fo...
New
gjaldon
As the title states, EctoEnum has just been updated after some time of hardly any activity in the repo. Here’s the latest release: https:...
New
mathieuprog
I’ll start right with an example :point_down: User |> QueryBuilder.where(firstname: "John", city: "Anytown") |> QueryBuilder.where...
New
fabianlindfors
Hi! ParallelTask on Github I'm quite new to the Elixir community and so far hooked on the language and ecosystem. Today I read a nice...
New
New
martinthenth
Hi fellow Elixirists! :wave: About 8 months ago, I wrote a blog post on validating Phoenix controller parameters using Ecto Changesets i...
New
fuelen
Hi all! I want to present a small library which provides a mix task for generating an Entity-Relationship Diagram for Ecto schemas. You...
New
achedeuzot
This library contains common helpers used with Ecto.Changeset. I noticed myself copying over validators from various projects multiple t...
New
smpallen99
Just released a new package on hex for tracking changes to your Ecto models. Its functional, but in the early stages. Could use some a...
New
baldwindavid
I just released the first version of TokenOperator - A dependency-free helper most commonly used for making clean keyword APIs to Phoenix...
New
RomanKotov
Hi everyone! Exshome is a DIY smart home solution. General idea behind it is to have multiple applications, like clock and music player...
New
  • Follow
  • Join
  • Shape
the conversation

Latest on Elixir Forum

Elixir Forum

Similar Portals

    None added yet

We're in Beta

About us Mission Statement