liana.resource.describe_metalinks#
- liana.resource.describe_metalinks(db_path=None, return_output=False)#
Prints the schema information and foreign key details for all tables in the specified SQLite database.
- Parameters:
- Return type:
- Returns:
The database schema description.
Examples
This function downloads MetalinksDB on first use, so it is not run here. It prints the tables and columns that
liana.resource.get_metalinks()andliana.resource.get_metalinks_values()query:describe_metalinks()