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.
- Host: GitHub
- URL: https://github.com/tangllty/kite
- Owner: tangllty
- License: mit
- Created: 2024-08-05T03:09:59.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2026-01-09T01:59:16.000Z (7 months ago)
- Last Synced: 2026-01-12T14:36:11.164Z (6 months ago)
- Topics: java, kite, kotlin, orm-framework, spring-boot
- Language: Kotlin
- Homepage: https://tangllty.eu.org/
- Size: 795 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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.