open# Edb.open(db_path, read_only)[source]# Open an existing Database at the specified file location. Parameters: db_pathstrPath to top-level Database folder. read_onlyboolObtain read-only access. Returns: Database or NoneThe opened Database object, or None if not found.