GithubHelp home page GithubHelp logo

insert_sql_create's Introduction

insert_sql_create

csvで読み込んだデータのinsert文を自動で作成してくれるツール

アプリケーション構成

  • Java×Spring Boot
  • Java version: 17
  • Spring Boot version:
  • Gradle project

きっかけ

  • 業務系アプリの実装の際に、大量のSQLをinsertするケースが多くある
    • 本番環境から抽出したCSVを元に、データをローカル(or テスト環境)のDBに取り込みたい。CSVインポートはDBクライアントツールで容易にできるものの、SQL文(insert)としてほしい
    • 対象のCSVからinsert文を生成し、SQLを生成してくれるツールを作ろう

概要

  • 作成中
  • 取り込み対象ファイルは「CSV」のみ
  • 画面にて「テーブル名」(必須)、「スキーマ名」(任意)の入力が可能
  • 取り込み対象CSVの要件
    • ヘッダー行必須、ヘッダー行の名称がinsert文の列名となる
    • CSVの区切り文字は原則「,」(カンマ区切り)を想定しているが、他の形式も可能(画面で選べるようにしてある)

insert_sql_create's People

Contributors

kuro-channel avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.