InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now. Learn more →
Top 23 Elixir ORM and Datamapping Projects
-
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
-
Redix
-
-
-
-
I don't understand why people use Ecto (or ActiveRecord, or...)
Back in the day, I'm pretty sure we were using Hibernate and friend because our software was shipped and we wanted it to work with whatever database the client was using.
But for a hosted software, what's the point? Not having to know SQL or details about PostgreSQL / the underlying DB ? Apps should be using SQL directly, and for cases where you need dynamic SQL (like, you're where clause is different based on some query string parameters), you can have a low-level query builder (1)
(1) I'm not affiliated with it and have never used it, but a good search came up with https://github.com/robconery/moebius which, at least from the readme, is roughly what I'm talking about.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
paper_trail
Track and record all the changes in your database with Ecto. Revert back to anytime in history. (by izelnakri)
-
-
-
-
-
-
ecto_psql_extras
Ecto PostgreSQL database performance insights. Locks, index usage, buffer cache hit ratios, vacuum stats and more.
-
-
-
-
Project mention: PostgreSQL Is the Database Management System of the Year 2024 | news.ycombinator.com | 2025-01-14
Turning on replication in neon.tech is literally just a switch. And it plays well with a CDC library of mine:
https://github.com/cpursley/walex
-
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
Elixir ORM and Datamapping discussion
Elixir ORM and Datamapping related posts
-
Creation of a job processing library using Elixir and Redis
-
Building a Search Engine in Elixir
-
How to Collapse Your Stack Using PostgreSQL for Everything
-
Idempotent seeds in Elixir
-
Moebius: Ecto Alternative for Postgres
-
Elixir Nitpicks
-
Elixir clustering using Postgres
-
A note from our sponsor - InfluxDB
www.influxdata.com | 15 May 2025
Index
What are some of the best open-source ORM and Datamapping projects in Elixir? This list will help you:
# | Project | Stars |
---|---|---|
1 | ecto | 6,299 |
2 | postgrex | 1,162 |
3 | redix | 1,118 |
4 | eventstore | 1,107 |
5 | memento | 773 |
6 | amnesia | 700 |
7 | moebius | 607 |
8 | paper_trail | 586 |
9 | mongodb | 573 |
10 | ecto_enum | 565 |
11 | rethinkdb | 494 |
12 | triplex | 490 |
13 | xandra | 417 |
14 | ecto_psql_extras | 388 |
15 | mongodb_ecto | 377 |
16 | ExAudit | 368 |
17 | exredis | 357 |
18 | walex | 308 |
19 | mariaex | 263 |
20 | Bolt.Sips | 261 |
21 | mongodb_driver | 256 |
22 | arc_ecto | 254 |
23 | ecto_mnesia | 245 |