Phodal Huang b576c315ac chore: fix SQLITE Compatibility issue 2 周之前
..
src b576c315ac chore: fix SQLITE Compatibility issue 2 周之前
README.md fab0fa5d05 feat(exts:database): Rename and refactor database extension module to `ext-database`, including changes to build.gradle.kts, settings.gradle.kts, and source file names. 6 月之前

README.md

Database Extensions

Doc: https://plugins.jetbrains.com/docs/intellij/data-grip-extension-point-list.html

This directory contains extensions that are specific to a database.

  • Generate SQL DDL for a database from a schema

Or others?

自然语言 SQL 生成

根据数据库表生成 JPA 、 MyBatis 、 Spring Data JDBC 等代码。

Usecases: PL/SQL to Java

  1. Generate Repository from PL/SQL code
  2. Generate Entity from PL/SQL code
  3. Generate Service from PL/SQL code
    • Create test cases for the service
  4. Generate Java code from PL/SQL code