Atlas.Orm VS iodio

Compare Atlas.Orm vs iodio and see what are their differences.

Atlas.Orm

A data mapper implementation for your persistence model in PHP. (by atlasphp)

iodio

Pure Functional Monadic Lazy Query Builder based on Knex,js powered by Fluture (by FbN)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
Atlas.Orm iodio
6 1
426 10
0.0% -
1.8 5.0
almost 3 years ago about 3 years ago
PHP JavaScript
MIT License MIT License
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.

Atlas.Orm

Posts with mentions or reviews of Atlas.Orm. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-12.

iodio

Posts with mentions or reviews of iodio. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-02-09.
  • Objection to ORM Hatred
    6 projects | news.ycombinator.com | 9 Feb 2021
    Considered it, but I think that there are advantage in programmatically construct the query (see for example knex modify). Directly write down SQL or use template with sql make it harder. The only problem with knex is that it mutate at every operation instead of returning a new instance. I'm experimenting in wrapping it in a lazy monad that return a Fluture (https://github.com/FbN/iodio)

What are some alternatives?

When comparing Atlas.Orm and iodio you can also consider the following projects:

Doctrine - Doctrine Object Relational Mapper (ORM)

TypeORM - ORM for TypeScript and JavaScript. Supports MySQL, PostgreSQL, MariaDB, SQLite, MS SQL Server, Oracle, SAP Hana, WebSQL databases. Works in NodeJS, Browser, Ionic, Cordova and Electron platforms.

Eloquent - [READ ONLY] Subtree split of the Illuminate Database component (see laravel/framework)

Dapper.SimpleCRUD - Who wants to write basic read/insert/update/delete statements? SimpleCRUD provides simple CRUD helpers for Dapper.

Aura.Sql - SQL database access through PDO.

sql-template-tag - ES2015 tagged template string for preparing SQL statements, works with `pg`, `mysql`, and `sqlite`

Spot2 - Spot v2.x DataMapper built on top of Doctrine's Database Abstraction Layer

knex-to-dbml - Generate DBML from a knex.js connection

Propel - Propel2 is an open-source high-performance Object-Relational Mapping (ORM) for modern PHP

Doctrine Extensions - Doctrine2 behavioral extensions, Translatable, Sluggable, Tree-NestedSet, Timestampable, Loggable, Sortable

Idiorm - A lightweight nearly-zero-configuration object-relational mapper and fluent query builder for PHP5.

EasyDB - Easy-to-use PDO wrapper for PHP projects.