Scroll to navigation

ELEKTRA-GLOSSARY(7) ELEKTRA-GLOSSARY(7)

NAME

elektra-glossary - glossary of Elektra

Introduction

contain user preferences or other application settings.
makes this information permanent. The application will read the configuration at every start, but it is only stored if a user changes settings.
are used because of these constraints. They can do fast key lookups and the keys can be structured hierarchically by defining separators in the key names. Unlike SQL databases, the key name is the only primary key; there are no foreign keys, and no query language exists.
provides global access to all key databases of all applications in a system that wants to access a key database.
to change the application so that it uses Elektra afterwards.

Technical Concepts

A collection of plugins to be mounted.
To read the mounting configuration and mount during kdbOpen().
To consider multiple places to look for a key.
Contracts state the purpose, functionality and requirements of plugins.
To persistently and permanently include a backend in the global key database.
Allow us to have multiple keys for the same purpose and otherwise the same key name.
The unit of implementation for a feature.

Details

Marks keys that were changed and need to be written out to disc.
The absence of keys or values.
used in ksPop() and @ref KDB_O_POP means to remove a key from a keyset.
or abbr. del, used in keyDel(), ksDel() and @ref KDB_O_DEL means to free a key or keyset. The memory can be used for something else afterwards.
means that the key/value information in the physical database will be removed permanently.

2015-11-19