data_basedbopencreate_modular_db_path

create_modular_db_path

data_base.dbopen.create_modular_db_path(path)

Create a database path from a given path.

Modular database paths are of the form mdb://<unique\_id>/.... The point of these paths is to be independent of their location on the hard drive, and can thus be transferred to other file systems, and resolved afterwards using the database registry.

Parameters:

path (str) – The path to be converted to a database path.

Returns:

The database path.

Return type:

str