Skip to content

tangllty/jkorm

Repository files navigation

jkorm

English | 简体中文

Project Description

JkOrm is a lightweight ORM framework written in Kotlin, which is designed to simplify the development of database operations. It supports multiple databases, such as PostgreSQL, MySQL, Derby, etc., and provides a variety of APIs to facilitate the development of database operations.

Usage

Maven central: jkorm-spring-boot-starter

  1. Add the following dependencies to your project:
  • Maven
<dependency>
   <groupId>io.github.tangllty</groupId>
   <artifactId>jkorm-spring-boot-starter</artifactId>
   <version>1.0.3</version>
</dependency>
  • Gradle
implementation("io.github.tangllty:jkorm-spring-boot-starter:1.0.3")
  1. Configure your database connection information in the application.properties file

  2. Extend the BaseMapper interface to create a Mapper interface

Contributing

If you have any questions, suggestions, or find bugs, please submit an Issues or provide a Pull Request to help improve the project.

License

jkorm uses the MIT license. For more details, please refer to LICENSE files.

Discussion Group

  • WeChat

    • WeChat
  • Telegram

    • Telegram
  • QQ

    • QQ

About

JKORM is a lightweight ORM framework for Kotlin and Java.

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

Packages