Skip to content

Added native file store and LMDB store as repository types

Daniel A. Doeppner requested to merge additional_repository_types into develop
  • Introduced two new types of repository data backends, i.e. native and lmdb
  • Introduced the property repository-data-dir that can be used in combination with repository-type=native or repository-type=lmdb

For example:

repository-type=lmdb

repository-data-dir=/data

Merge request reports