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. (by consoleau)
requery
requery - modern SQL based query & persistence for Java / Kotlin / Android (by requery)
kotlin-jpa-specification-dsl | requery | |
---|---|---|
1 | 1 | |
249 | 3,131 | |
0.0% | -0.2% | |
0.0 | 0.0 | |
over 3 years 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.
kotlin-jpa-specification-dsl
Posts with mentions or reviews of kotlin-jpa-specification-dsl.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-03-04.
-
What is the Specification Pattern
If you are using Kotlin, kotlin-jpa-specification-dsl provides a very convenient way to generate Specifications from KPropertys.
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 kotlin-jpa-specification-dsl and requery you can also consider the following projects:
MapDB - MapDB provides concurrent Maps, Sets and Queues backed by disk storage or off-heap-memory. It is a fast and easy to use embedded Java database engine.
Exposed - Kotlin SQL Framework
kotliquery - A handy Database access library in Kotlin
Realm - Realm is a mobile database: a replacement for SQLite & ORMs
kt-postgresql-async - Kotlin 1.1 async clients for sync protocols: Mysql, Postgres, Thrift, Http
jOOQ - jOOQ is the best way to write SQL in Java