liana.resource.describe_metalinks¶
- liana.resource.describe_metalinks(db_path: str | None = None, return_output: bool = False)¶
Prints the schema information and foreign key details for all tables in the specified SQLite database.
- Parameters:
- db_pathstr
Path to the SQLite database file. If None, the database will be downloaded to the current working directory.