dbflute-util
Description
DBFluteの便利機能をjava(.NET)以外の開発環境(Ruby, Python, Perl, etc...)でもカジュアルに使いたい。
具体的には以下の3つの機能をサポートする。
doc
- ドキュメント生成(テーブル定義・DB変更履歴)load-data-reverse
- データ抽出(exelファイル出力)replace-schema
- スキーマ作成(初期化)・データ登録・データ整合性チェック
Usage
$ dbflute-util init
$ dbflute-util upgrade
$ dbflute-util doc
$ dbflute-util load-data-reverse
$ dbflute-util replace-schema
Install
To install, use go get
:
$ go get -d github.com/wata/dbflute-util
Contribution
- Fork (https://github.com/wata/dbflute-util/fork)
- Create a feature branch
- Commit your changes
- Rebase your local changes against the master branch
- Run test suite with the
go test ./...
command and confirm that it passes - Run
gofmt -s
- Create new Pull Request
Author
SEE ALSO
About DBFlute
License
dbflute-util
itself
DBFlute
dbflute-util uses DBFlute code
(The Apache Software License, Version 2.0)