Skip to contents

Data Accessor Functions

Functions to retrieve the main database tables

milestone()
Milestone data from the Milestones Project
authors()
Author data from the Milestones Project
reference() reference
Retrieve the reference table from the milestones database
mediaitem() mediaitem
Retrieve the mediaitem table from the milestones database
keyword()
Keyword data from the Milestones Project
subject()
Subject classification data from the Milestones Project
aspect()
Aspect classification data from the Milestones Project

Linking Tables

Functions to retrieve linking tables that connect milestones to other entities

milestone2author()
Retrieve the milestone2author table from the milestones database
milestone2reference()
Retrieve the milestone2reference table from the milestones database
milestone2keyword()
Retrieve the milestone2keyword table from the milestones database
milestone2subject()
Retrieve the milestone2subject table from the milestones database
milestone2aspect()
Retrieve the milestone2aspect table from the milestones database

Helper Functions

Functions to retrieve related information for milestones

get_milestone_authors()
Get authors associated with milestone(s)
get_milestone_references()
Get references associated with milestone(s)
get_milestone_keywords()
Get keywords associated with milestone(s)
get_milestone_subjects()
Get subjects associated with milestone(s)
get_milestone_aspects()
Get aspects associated with milestone(s)
get_milestone_media()
Get media items associated with milestone(s)

Search Functions

Functions for searching and filtering milestones

search_milestones()
Search milestones by text pattern
search_keywords()
Search milestones by keyword
search_authors()
Search milestones by author

Functions for formatted display of database entries

print_milestone()
Print milestone entries in various formats
print_milestone_cli()
Print milestone entries with enhanced CLI formatting
print_reference()
Print reference entries in various formats
print_author()
Print author entries in various formats

Datasets

Database tables included in the package

milestone()
Milestone data from the Milestones Project
authors()
Author data from the Milestones Project
reference() reference
Retrieve the reference table from the milestones database
mediaitem() mediaitem
Retrieve the mediaitem table from the milestones database
keyword()
Keyword data from the Milestones Project
subject()
Subject classification data from the Milestones Project
aspect()
Aspect classification data from the Milestones Project
milestone2author()
Retrieve the milestone2author table from the milestones database
milestone2reference()
Retrieve the milestone2reference table from the milestones database
milestone2keyword()
Retrieve the milestone2keyword table from the milestones database
milestone2subject()
Retrieve the milestone2subject table from the milestones database
milestone2aspect()
Retrieve the milestone2aspect table from the milestones database