0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

【DS】DBの検証環境構築

Last updated at Posted at 2020-01-09

参考にしたページを記載。
詳細はリンク先をみれば十分。

https://knowledge.bizrobo.com/hc/ja/articles/360028155271
Tomcat 上に Management Console を構築し、MySQLなどのEnterprise 級のデータベースを使用する

https://portal.bizrobo.com/ja/%E8%A3%BD%E5%93%81/bizrobo%EF%BC%81-basic/%E3%83%89%E3%82%AD%E3%83%A5%E3%83%A1%E3%83%B3%E3%83%88"
https://knowledge.bizrobo.com/hc/ja/articles/360027313772-Derby-Database-DevelopmentDatabase-%E3%81%AE%E3%83%87%E3%83%95%E3%82%A9%E3%83%AB%E3%83%88%E3%82%B9%E3%82%AD%E3%83%BC%E3%83%9E%E3%81%AE%E8%A8%AD%E5%AE%9A%E5%A4%89%E6%9B%B4%E6%96%B9%E6%B3%95
テスト用のDBは上記サイトで作れる。
derby databaseというのは、テスト用のDBのことらしい

DBに関する関連知識は以下サイト参照
https://oss-db.jp/dojo/dojo_15
https://www.keyman.or.jp/kn/articles/1802/07/news130.html"

デザインモードで実行をチェックすると、デザインモードでもDBに登録する動作ができる
登録したものを照会することも可能

SQLの生成はツールから可能

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?