文件名称:ocdquery:使用种类繁多的数据的过于复杂的数据库查询
文件大小:68KB
文件格式:ZIP
更新时间:2024-05-16 06:22:37
crud scala database doobie higher-kinded-types
过于复杂的数据库查询(OCD查询) 使用种类繁多的数据生成的查询。 请参阅 安装方式 添加您的sbt: libraryDependencies + = " io.scalaland " %% " ocdquery-core " % " 0.5.0 " (也许还有一些光学库,例如或 ) 创建更高种类的数据表示形式: import java . time . LocalDate import java . util . UUID final case class TicketF [ F [_], C [_]]( id : C [ UUID ], name : F [ String ], surname : F [ String ], from : F [ String ], to : F [ String ], date :
【文件预览】:
ocdquery-master
----.gitignore(47B)
----README.md(4KB)
----scalastyle-config.xml(5KB)
----ocdquery.sbt(1KB)
----.tmuxinator.yml(1KB)
----docker-compose.yml(735B)
----LICENSE(11KB)
----.gitattributes(22B)
----.jvmopts(21B)
----scripts()
--------prepare-test-results-for-ci.sh(450B)
----scalastyle-test-config.xml(5KB)
----modules()
--------tests()
--------core()
----.scalafmt.conf(572B)
----.travis.yml(944B)
----readme()
--------Readme.scalatex(23KB)
----.editorconfig(170B)
----sbt(22KB)
----version.sbt(69B)
----project()
--------plugins.sbt(484B)
--------Settings.scala(8KB)
--------Dependencies.scala(3KB)
--------build.properties(18B)