httk.store.export

Export a snapshot-consistent SQLite store with its definitions.

Functions

export_dataset(store_path, out_path)

Export a snapshot-consistent SQLite store and its OPTIMADE definitions.

Module Contents

httk.store.export.export_dataset(store_path, out_path)

Export a snapshot-consistent SQLite store and its OPTIMADE definitions.

Parameters:
Returns:

The destination path.

Raises:

ValueError – If the store declaration has no resolvable definitions.

Return type:

pathlib.Path