org.to.victory.db/hugwhere

dynamic `where conditions` when you use hugsql to create your function that access database 当你使用hugsql来编写数据库访问函数时,该库可以让你省去编写动态拼接where条件的繁琐

Leiningen/Boot

[org.to.victory.db/hugwhere "0.1.1"]

Clojure CLI/deps.edn

org.to.victory.db/hugwhere {:mvn/version "0.1.1"}

Gradle

implementation("org.to.victory.db:hugwhere:0.1.1")

Maven

<dependency>
  <groupId>org.to.victory.db</groupId>
  <artifactId>hugwhere</artifactId>
  <version>0.1.1</version>
</dependency>