Skip to content

polygloton/durable-atom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Clojars Project

durable-atom

A Clojure library providing a disk-backed, durable atom implementation

Usage

It works like an atom, but instead of an initial value you give it a file path.

(require '[durable-atom.core :refer [durable-atom]])
(def a (durable-atom "/some/file/path.edn"))
(reset! a {:foo "bar"})

License

Copyright © 2016 Stephen Sloan

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

About

A file-backed, durable atom for Clojure

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published