Пакет metalterator: Информация

    Исходный пакет: metalterator
    Версия: 1.2-alt3
    Собран:  20 октября 2009 г. 18:09
    Сообщить об ошибке в пакете
    Домашняя страница: 

    Лицензия: GPL
    О пакете: Alterator meta-backend with additional Guile modules
    Описание: 
    Alterator meta-backend uses a place on the filesystem as a persistent
    store for object state. Each object represented as a *.scm file
    containing an association list of object properties. Sub-objects are
    placed in subdirectories.
    
    Meta-backend can be accessed as a normal backend via Woo-bus and has
    the base name "/meta". Filesystem place is determined by the remaining
    part of the object name, i.e. "/meta/etc/metalterator/db1/obj1"
    references a file /etc/metalterator/db1/obj1.scm.
    
    The root object "/meta" properties are reserved for meta-backend itself
    and represent meta-backend internal properties. To look inside an object
    reading/writing process set property 'debug-level of the "/meta" backend
    to a positive (1-5) value. Debugging messages can then be seen at the
    `alteratord' console.
    
    The (alterator metalterator) Guile module provides helpful procedures
    for meta-backend communication.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    metalterator (noarch)

    Сопровождающий: Paul Wolneykien

    Список участников:
    Paul Wolneykien

    Права:
    Paul Wolneykien

      1. rpm-macros-alterator
      2. rpm-macros-fillup

    Последнее изменение


    19 октября 2009 г. Paul Wolneykien 1.2-alt3
    - Fix object extstence predicate procedure.
    - Fix new object creation on simple write operation.
    28 августа 2009 г. Paul Wolneykien 1.2-alt2
    - Move direct interface to the metabackend module.
    18 августа 2009 г. Paul Wolneykien 1.2-alt1
    - Mapping procedures in queries.