Ktorm
jasync-sql
Our great sponsors
Ktorm | jasync-sql | |
---|---|---|
5 | 0 | |
1,833 | 1,578 | |
2.0% | 1.5% | |
0.0 | 0.0 | |
21 days ago | 25 days ago | |
Kotlin | Kotlin | |
Apache License 2.0 | Apache License 2.0 |
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
- 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
jasync-sql
We haven't tracked posts mentioning jasync-sql yet.
Tracking mentions began in Dec 2020.
What are some alternatives?
Exposed - Kotlin SQL Framework
SQLDelight - SQLDelight - Generates typesafe Kotlin APIs from SQL
jOOQ - jOOQ is the best way to write SQL in Java
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.
Ebean ORM - Ebean ORM
requery - requery - modern SQL based query & persistence for Java / Kotlin / Android
FrameworkBenchmarks - Source for the TechEmpower Framework Benchmarks project
kt-postgresql-async - Kotlin 1.1 async clients for sync protocols: Mysql, Postgres, Thrift, Http
kmongo - [deprecated] KMongo - a Kotlin toolkit for Mongo
DBFlow - A blazing fast, powerful, and very simple ORM android database library that writes database code for you.
spring-data-jpa-mongodb-expressions - Use the MongoDB query language to query your relational database, typically from frontend.