avers

Server-side implementation of the Avers storage model

Version on this page:0.0.17.1@rev:16
LTS Haskell 17.15:0.0.17.1@rev:40
Stackage Nightly 2021-06-10:0.0.17.1@rev:40
Latest on Hackage:0.0.17.1@rev:40

See all snapshots avers appears in

GPL-3.0-only licensed by Tomas Carnecky
Maintained by [email protected]
This version can be pinned in stack with:avers-0.0.17.1@sha256:6da3217c6db5cade1d3582b6a9505265599b12ce20449d03748398656da66837,3710

This is the server-side implementation of the Avers storage model. It is a Haskell library, intended to be used by your application. The library provides you with everything you need to write your own Avers server. You can create and patch objects and collections thereof. It has builtin support for sessions, authentication and managing blobs. The database is not configurable. Avers is currently hardcoded to use RethinkDB.