postgrex VS mongodb_ecto

Compare postgrex vs mongodb_ecto and see what are their differences.

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
postgrex mongodb_ecto
3 1
1,049 363
1.0% 0.3%
6.3 5.2
10 days ago 9 days ago
Elixir Elixir
Apache License 2.0 Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

postgrex

Posts with mentions or reviews of postgrex. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-25.
  • Elixir clustering using Postgres
    4 projects | dev.to | 25 Jan 2024
    Now we can replicate the same behavior in Elixir and Postgrex within IEx (Elixir's interactive shell).
  • TIL: Non standard postgres types in livebook
    2 projects | dev.to | 8 Jan 2023
    But I found a problem when the data type is not supported by postgrex. In this case, you can either have to write a custom postgrex extension like the example here. In postgrex GitHub repo, there are many examples for common data types, but XML is missing there.
  • Realtime: Multiplayer Edition
    13 projects | news.ycombinator.com | 18 Aug 2022
    It sounds like Supabase is pulling out the WAL listening bits into its own library?

    https://supabase.com/blog/supabase-realtime-multiplayer-gene...

    If so, y'all might want to look into: https://github.com/elixir-ecto/postgrex/blob/master/lib/post...

mongodb_ecto

Posts with mentions or reviews of mongodb_ecto. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-18.
  • The Lazy Programmer's Intro to LiveView: Chapter 3
    2 projects | dev.to | 18 Jun 2023
    For more details on Ecto migrations, I recommend reading their Ecto SQL Ecto.Migration docs and guides but in case you want to learn the possible types for your columns head out to Ecto docs under Ecto.Schema. Yes, those are two different docs because Ecto does not necessarily means you need to use one of the default Ecto SQL databases, you could use Mongo adapter or even something like ClickHouse which is also SQL.

What are some alternatives?

When comparing postgrex and mongodb_ecto you can also consider the following projects:

ecto - A toolkit for data mapping and language integrated query.

ecto_mnesia - Ecto adapter for Mnesia Erlang term database.

eventstore - Event store using PostgreSQL for persistence

neo4j_sips - Elixir driver for the Neo4j graph database server

mariaex - Pure Elixir database driver for MariaDB / MySQL

amnesia - Mnesia wrapper for Elixir.

couchdb_connector - A couchdb connector for Elixir

paper_trail - Track and record all the changes in your database with Ecto. Revert back to anytime in history.

ecto_psql_extras - Ecto PostgreSQL database performance insights. Locks, index usage, buffer cache hit ratios, vacuum stats and more.