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

https://github.com/tangllty/kite

Kite is a lightweight ORM framework for Kotlin and Java.
https://github.com/tangllty/kite

java kite kotlin orm-framework spring-boot

Last synced: 6 months ago
JSON representation

Kite is a lightweight ORM framework for Kotlin and Java.

Awesome Lists containing this project

README

          

# Kite

**English** | [**简体中文**](./README.zh.md)

## Project Description

Kite is a high-performance, lightweight ORM framework written in Kotlin. It is designed to be ready to use out of the box, with built-in features for pagination, CRUD operations, and support for multi-table operations. Kite supports multiple databases such as PostgreSQL, MySQL, Derby, etc., and aims to simplify database operations, reduce code complexity, and enhance development efficiency.

## Usage

### Maven Central

* [kite](https://central.sonatype.com/artifact/io.github.tangllty/kite)
* [kite-spring-boot-starter](https://central.sonatype.com/artifact/io.github.tangllty/kite-spring-boot-starter)
* [kite-spring-boot3-starter](https://central.sonatype.com/artifact/io.github.tangllty/kite-spring-boot3-starter)

### Documentation

* [Getting Started](https://tangllty.eu.org/guide/getting-started/)
* [Spring Boot](https://tangllty.eu.org/guide/spring-boot-integration)
* [Spring Boot 3](https://tangllty.eu.org/guide/spring-boot3-integration)

## Contributing

If you have any questions, suggestions, or find bugs, please submit an [Issues](https://github.com/tangllty/kite/issues/new) or provide a [Pull Request](https://github.com/tangllty/kite/pull/new) to help improve the project.

## License

Kite uses the MIT license. For more details, please refer to [LICENSE](https://github.com/tangllty/kite/blob/master/LICENSE) files.

## Discussion Group

Notice: The discussion group is currently closed, and the group will be reopened when the project reaches a certain scale.