Module grebedb::export[][src]

Expand description

Export and import database key-value pairs.

The functions allow saving database contents into another file which can be used for migrating data or for backup purposes.

The export file format is a JSON text sequence (RFC 7464).

Enums

ExportError

Import and export errors.

Functions

export

Export key-value pairs from the database to the destination file.

import

Import key-value pairs from the given source file into the database.