t-kameyama / intellij-db-to-kotlin-class

IntelliJ plugin that generates Kotlin classes from database tables

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

intellij-db-to-kotlin-class

Build Version Downloads

IntelliJ plugin that generates Kotlin classes from database tables

Usages

  • Select tables in the Database view and run "Generate Kotlin Data Class" action
  • The action saves the generated code to your clipboard
  • You can configure the plugin settings
    • Settings/Preferences > Tools > Database to Kotlin Class

test

Installation

  • Using IDE built-in plugin system:

    Settings/Preferences > Plugins > Marketplace > Search for "Database to Kotlin Class" > Install Plugin

  • Manually:

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


Plugin based on the IntelliJ Platform Plugin Template.

About

IntelliJ plugin that generates Kotlin classes from database tables


Languages

Language:Kotlin 54.7%Language:Java 45.3%