cljsjs/localforage

localForage is a fast and simple storage library for JavaScript. localForage improves the offline experience of your web app by using asynchronous storage (IndexedDB or WebSQL) with a simple, localStorage-like API.

Leiningen/Boot

[cljsjs/localforage "1.3.1-0"]

Clojure CLI/deps.edn

cljsjs/localforage {:mvn/version "1.3.1-0"}

Gradle

implementation("cljsjs:localforage:1.3.1-0")

Maven

<dependency>
  <groupId>cljsjs</groupId>
  <artifactId>localforage</artifactId>
  <version>1.3.1-0</version>
</dependency>