An open API service indexing awesome lists of open source software.

https://github.com/line/kotlin-jdsl

Kotlin library that makes it easy to build and execute queries without generated metamodel
https://github.com/line/kotlin-jdsl

dsl jpa jpql kotlin

Last synced: 23 days ago
JSON representation

Kotlin library that makes it easy to build and execute queries without generated metamodel

Awesome Lists containing this project

README

          

Visit [the gitbook](https://kotlin-jdsl.gitbook.io/docs/) for more information.

# Kotlin JDSL







Kotlin JDSL is a Kotlin library that makes query building and execution easy. You can create queries using your own
classes and Kotlin's built-in functions without an annotation processor, and easily execute them in your library.

## Requirements

- Java 8 or later if you are a user.
- Kotlin 1.7 or later if you are a user.

## How to reach us

- Join [our Discord server](https://discord.gg/7FH8c6npmg) to chat with us.
- Ask a question or start a discussion at [the discussion forum](https://github.com/line/kotlin-jdsl/discussions).
- File an issue in [the issue tracker](https://github.com/line/kotlin-jdsl/issues) to report a bug or suggest an idea.

## Hall of fame

See [the complete list of our contributors](https://github.com/line/kotlin-jdsl/contributors).

Contributors