# ktorm-generator **Repository Path**: zenaster/ktorm-generator ## Basic Information - **Project Name**: ktorm-generator - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-12-18 - **Last Updated**: 2024-04-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
Editor

KtormGenerator

![Build](https://github.com/aooohan/ktorm-generator/workflows/Build/badge.svg) [![Version](https://img.shields.io/jetbrains/plugin/v/22855-ktormgenerator.svg)](https://plugins.jetbrains.com/plugin/22855-ktormgenerator) [![Downloads](https://img.shields.io/jetbrains/plugin/d/22855-ktormgenerator.svg)](https://plugins.jetbrains.com/plugin/22855-ktormgenerator) KtormGenerator is a plugin for generating [Ktorm](https://github.com/kotlin-orm/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](https://github.com/aooohan/ktorm-generator/releases/latest) 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 2. Configure the information needed to generate.(you can also modify the final class name) and click Ok button Editor 3. Ok. You will see following result If you don't encounter any problems. Editor --- Plugin based on the [IntelliJ Platform Plugin Template][template]. [template]: https://github.com/JetBrains/intellij-platform-plugin-template [docs:plugin-description]: https://plugins.jetbrains.com/docs/intellij/plugin-user-experience.html#plugin-description-and-presentation