summaryrefslogtreecommitdiffstats
path: root/acf/persistence/backends/volatile.lua
Commit message (Collapse)AuthorAgeFilesLines
* changed module paths from acf to acf2v0.1.0Kaarle Ritvanen2013-10-081-46/+0
|
* eliminate deprecated module styleKaarle Ritvanen2013-09-041-3/+4
|
* eliminate data type arguments from transaction and persistence manager intefacesKaarle Ritvanen2013-06-281-3/+3
| | | | utilize model topology information instead
* persistence: Augeas back-end rewrittenKaarle Ritvanen2013-05-091-10/+3
| | | | | map identically named nodes to collections implement set function
* allow numerical components in path namesKaarle Ritvanen2013-05-011-2/+2
| | | | use escape syntax to encode number-looking strings
* make persistence manager aware of data typesKaarle Ritvanen2013-05-011-1/+1
| | | | coerce values into proper types
* volatile backend for persistence managerKaarle Ritvanen2013-03-251-0/+52
set as default backend possibility to switch backend in field definition