Ktorm
A lightweight ORM framework for Kotlin with strong-typed SQL DSL and sequence APIs. (by kotlin-orm)
requery
requery - modern SQL based query & persistence for Java / Kotlin / Android (by requery)
Ktorm | requery | |
---|---|---|
7 | 1 | |
2,231 | 3,131 | |
1.0% | 0.0% | |
8.1 | 0.0 | |
4 months ago | about 3 years 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
requery
Posts with mentions or reviews of requery.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-01-22.
-
Learning Android’s Room Database Made Easy
ah, I was thinking of https://github.com/requery/requery but I wasn't really sure, also that project is dead oh no :D
What are some alternatives?
When comparing Ktorm and requery you can also consider the following projects:
Exposed - Kotlin SQL Framework
SQLDelight - SQLDelight - Generates typesafe Kotlin APIs from SQL
kotlin-jpa-specification-dsl - This library provides a fluent DSL for querying spring data JPA repositories using spring data Specifications (i.e. the JPA Criteria API), without boilerplate code or a generated metamodel.
jasync-sql - Java & Kotlin Async DataBase Driver for MySQL and PostgreSQL written in Kotlin
Realm - Realm is a mobile database: a replacement for SQLite & ORMs