juery
Juery is a tiny Java library to manage search and filter query from user to database. (by Marthym)
vertx-jooq
A jOOQ-CodeGenerator to create vertx-ified DAOs and POJOs. (by jklingsporn)
juery | vertx-jooq | |
---|---|---|
7 | 2 | |
9 | 385 | |
- | - | |
7.5 | 0.0 | |
7 months ago | about 1 year ago | |
Java | Java | |
MIT License | 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.
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.
juery
Posts with mentions or reviews of juery.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-11-06.
- New Java library
- I just released 1.2.0 of an open source project called Juery ! It's a simple library designed to make working with search and filter criteria. Check it out and give me feedback !
- I just released 1.2.0 of an open source project called Juery ! It's a simple library designed to make working with search and filter criteria. Please check it out and give me feedback !
- Java library to manage search and filter query from user to database
- I just released an open source project called Juery ! It's a simple library designed to make working with search and filter criteria. Please check it out and give me feedback !
vertx-jooq
Posts with mentions or reviews of vertx-jooq.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-11-06.
-
What is the state of Spring WebFlux and R2DBC
Does jOOQ work best with a particular framework or driver, or would community projects (e.g. quarkus-jooq, vertx-jooq) be adequate? Assuming they're well maintained, of course.
-
Why Vertx ( Java's Library for Reactive/Async platform) isn't used much ?
And even though it's not an ORM, there is a jOOQ integration (which I wrote): https://github.com/jklingsporn/vertx-jooq
What are some alternatives?
When comparing juery and vertx-jooq you can also consider the following projects:
Data-Structures-and-Algorithms - Important data structures and algorithms implemented in Java along with solutions to AlgoExpert problems and some Leetcode problems.
spring-data-r2dbc - Provide support to increase developer productivity in Java when using Reactive Relational Database Connectivity. Uses familiar Spring concepts such as a DatabaseClient for core API usage and lightweight repository style data access.