json-state: Keep program state in JSON files.

[ data, database, library, public-domain ] [ Propose Tags ]

If your program manages simple state data not shared with other programs, this package provide a lightweight alternative to full ACID databases. It allows you to load state from JSON files and update those files asynchronously and periodically. Version control (using Git) is supported.


[Skip to Readme]

Modules

[Index]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.0.1
Change log ChangeLog
Dependencies aeson, aeson-pretty (>=0.7), base (>=4.7 && <5), bytestring, libgit (>=0.3.1), time-units (>=1) [details]
License LicenseRef-PublicDomain
Copyright ♡ Copying is an act of love. Please copy, reuse and share.
Author fr33domlover
Maintainer fr33domlover@riseup.net
Revised Revision 1 made by akrasner at 2015-10-05T13:59:01Z
Category Data, Database
Home page http://rel4tion.org/projects/json-state/
Bug tracker http://rel4tion.org/projects/json-state/tickets/
Source repo head: darcs get http://hub.darcs.net/fr33domlover/json-state
Uploaded by akrasner at 2015-09-17T13:03:01Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 1818 total (14 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2015-09-17 [all 1 reports]

Readme for json-state-0.1.0.0

[back to package description]

See the .cabal file for more info and link to project website the version control.

The official download location is Hackage:

http://hackage.haskell.org/package/json-state

This library is free software, and is committed to software freedom. It is released to the public domain using the CC0 Public Domain Dedication. For the boring "legal" details see the file 'COPYING'.

See the file 'INSTALL' for hints on installation. The file 'ChangeLog' explains how to see the history log of the changes done in the code. 'NEWS' provides a friendly overview of the changes for each release.