Ktorm
A lightweight ORM framework for Kotlin with strong-typed SQL DSL and sequence APIs. (by kotlin-orm)
Ebean ORM
Ebean ORM (by ebean-orm)
Ktorm | Ebean ORM | |
---|---|---|
7 | 7 | |
2,228 | 1,494 | |
0.9% | 0.4% | |
8.1 | 9.2 | |
4 months ago | 9 days ago | |
Kotlin | Java | |
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.
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.
Ktorm
Posts with mentions or reviews of Ktorm.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-12-27.
-
Kotlin Native and GraalVM - The Story So Far
Ktorm @ GitHub
-
Net 9.0 LINQ Performance Improvements
Rather quick search, as I am more of a myBatis person,
Java: https://www.jooq.org/
Kotlin: https://www.ktorm.org
- How are you all handling database persistence?
-
Writing to db
I have been ktorm(https://www.ktorm.org) for a long time, and it suit with kotlin's stream operation very well
-
jOOQ 3.17.0 release with client side computed columns, audit columns, pattern matching, reactive transactions and kotlin coroutine support
I mean, I'm looking at this, for example: https://github.com/kotlin-orm/ktorm/tree/master/ktorm-core/src/main/kotlin/org/ktorm/dsl, so I wonder, what would be gained from a matrix?
-
Performance Improvements in .NET 6
First google hit for "Kotlin ORM": https://github.com/kotlin-orm/ktorm
Ebean ORM
Posts with mentions or reviews of Ebean ORM.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-02-18.
- loom and database drivers
-
How do you guys go about the persistence layer?
You can have a look at https://ebean.io/ ... better control over the generated SQL, multiple levels of abstraction, can generate DB migrations and run the DB migrations, transparent encryption support, SQL 2011 history support, test against docker containers.
- O que estou fazendo?? Um projetinho de estudo.
-
What do you whish for Spring 6?
There is https://ebean.io/ and looks like it a community driven alternative to jOOQ.
-
Do you use code generators in your IDEs or some external ones? If so, which ones?
Ebean ORM https://ebean.io/ was built to somewhat rival JPA (and JDBI) Btw: you can use java 16 records with ebean as DTOs, EmbeddedId and also as read only entity beans (and JPA implementations could similarly do so).
-
20 years of Hibernate
Ebean is pretty good: https://ebean.io
-
Stop Using JPA/Hibernate
I wouldn't call it micro, but https://ebean.io/ is pretty nice.
What are some alternatives?
When comparing Ktorm and Ebean ORM you can also consider the following projects:
Exposed - Kotlin SQL Framework
Hibernate - Hibernate's core Object/Relational Mapping functionality
SQLDelight - SQLDelight - Generates typesafe Kotlin APIs from SQL
MyBatis - MyBatis SQL mapper framework for Java
requery - requery - modern SQL based query & persistence for Java / Kotlin / Android
Apache Cayenne - Mirror of Apache Cayenne