zeidon-joe VS MikroORM

Compare zeidon-joe vs MikroORM and see what are their differences.

zeidon-joe

Zeidon Java Object Engine and related projects. (by zeidon)

MikroORM

TypeScript ORM for Node.js based on Data Mapper, Unit of Work and Identity Map patterns. Supports MongoDB, MySQL, MariaDB, MS SQL Server, PostgreSQL and SQLite/libSQL databases. (by mikro-orm)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
zeidon-joe MikroORM
2 48
2 7,174
- 1.7%
6.5 9.9
2 months ago 4 days ago
Java TypeScript
- 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.

zeidon-joe

Posts with mentions or reviews of zeidon-joe. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-11-26.
  • Exiting the Vietnam of Programming: Our Journey in Dropping the ORM (In Golang)
    7 projects | news.ycombinator.com | 26 Nov 2021
    Shameless plug: I'm working with a small team on a data framework that replaces the ORM with an abstraction the eliminates the impedance mismatch. You can take a look at https://github.com/zeidon/zeidon-joe . I'd be happy to answer questions.
  • Stop Using JPA/Hibernate
    8 projects | news.ycombinator.com | 11 Apr 2021
    Shameless plug : for a little while now I've been working on a project with others to try a different approach. We use a higher level abstraction that does a better job of modeling the data than language-level objects. This eliminates the impedance mismatch. Because it's not language dependent you can use the same models (we call them "logical objects") with multiple languages.

    The logical objects are hierarchical and serialize easily to JSON and back, making it simple to write REST interfaces. There are a couple of production teams making good use of it.

    Github repo is here; feel free to contact me about it: https://github.com/zeidon/zeidon-joe

MikroORM

Posts with mentions or reviews of MikroORM. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-08.

What are some alternatives?

When comparing zeidon-joe and MikroORM you can also consider the following projects:

OrmLite - Core ORMLite functionality that provides a lite Java ORM in conjunction with ormlite-jdbc or ormlite-android

Prisma - Next-generation ORM for Node.js & TypeScript | PostgreSQL, MySQL, MariaDB, SQL Server, SQLite, MongoDB and CockroachDB

ObjectiveSync - A thin Java object persistence layer for JDBC

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.

drydock - Experiment in unit testing with PostgreSQL using Docker

Mongoose - MongoDB object modeling designed to work in an asynchronous environment.

FrameworkBenchmarks - Source for the TechEmpower Framework Benchmarks project

Sequelize - Feature-rich ORM for modern Node.js and TypeScript, it supports PostgreSQL (with JSON and JSONB support), MySQL, MariaDB, SQLite, MS SQL Server, Snowflake, Oracle DB (v6), DB2 and DB2 for IBM i.

ksuid - K-Sortable Globally Unique IDs

drizzle-orm - Headless TypeScript ORM with a head. Runs on Node, Bun and Deno. Lives on the Edge and yes, it's a JavaScript ORM too 😅

Ebean ORM - Ebean ORM

prisma-examples - 🚀 Ready-to-run Prisma example projects