Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 315 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 315 Bytes

SimpleConnectDB

研究室課題その2
シンプルなデータベースのクエリープログラム

Development

  • IntelliJ Idea Ultimate 2018.1.4
  • Scala 2.12.4
  • sbt 1.1.2
  • ScalikeJDBC 3.2.2
  • Docker 18.0.3.1

Table

id(int, primary key, serial) name(varchar, non null)
1 hoge
2 fuga