The latest version of ron-storage is 0.11-0.

ron-storage

Version 0.7 revision 0 uploaded by cblp.

Package meta

Synopsis
RON Storage
Description

Replicated Object Notation (RON), data types (RDT), and RON-Schema

Typical usage:

import RON.Data
import RON.Schema.TH
import RON.Storage.FS as Storage

[mkReplicated|
    (struct_lww Note
        active Boole
        text RgaString)
|]

instance Collection Note where
    collectionName = "note"

main :: IO ()
main = do
    let dataDir = "./data/"
    h <- Storage.newHandle dataDir
    runStorage h $ do
        obj <- newObject
            Note{active = True, text = "Write a task manager"}
        createDocument obj
Author
n/a
Bug reports
https://github.com/ff-notes/ron/issues
Category
Distributed Systems, Protocol, Database
Copyright
2018-2019 Yuriy Syrovetskiy
Homepage
https://github.com/ff-notes/ron
Maintainer
Yuriy Syrovetskiy <haskell@cblp.su>
Package URL
n/a
Stability
n/a

Components