/ktorm-generator

KtormGenerator is a plugin for generating Ktorm entity class from database table.

Primary LanguageKotlinGNU General Public License v3.0GPL-3.0

Editor

KtormGenerator

Build Version Downloads

KtormGenerator is a plugin for generating Ktorm entity class from database table.

If this project is helpful to you, please give a star 🌟🌟🌟!

Installation

  • Using the IDE built-in plugin system:

    Settings/Preferences > Plugins > Marketplace > Search for "ktorm-generator" > Install

  • Manually:

    Download the latest release and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...

How to use?

  1. Select some tables from Database Tools View, then pop-up menu bar, finally click Ktorm-Generator option.

Editor

  1. Configure the information needed to generate.(you can also modify the final class name) and click Ok button

Editor

  1. Ok. You will see following result If you don't encounter any problems.

Editor


Plugin based on the IntelliJ Platform Plugin Template.