com.adaiasmagdiel/deta

A Clojure library designed to simplify interactions with the Deta database. It provides a straightforward way to initialize a database connection and perform operations.

Leiningen/Boot

[com.adaiasmagdiel/deta "0.0.5"]

Clojure CLI/deps.edn

com.adaiasmagdiel/deta {:mvn/version "0.0.5"}

Gradle

implementation("com.adaiasmagdiel:deta:0.0.5")

Maven

<dependency>
  <groupId>com.adaiasmagdiel</groupId>
  <artifactId>deta</artifactId>
  <version>0.0.5</version>
</dependency>