open#

Edb.open(db_path, read_only)[source]#

Open an existing Database at the specified file location.

Parameters:
db_pathstr

Path to top-level Database folder.

read_onlybool

Obtain read-only access.

Returns:
Database or None

The opened Database object, or None if not found.