[][src]Module parse_mediawiki_sql::schemas

Defines types that represent rows in tables of the MediaWiki database and implements the FromSqlTuple trait for them, so that they can be parsed from SQL tuples.

Structs

Babel

Represents the babel table.

Category

Represents the category table.

CategoryLinks

Represents the categorylinks table.

ChangeTag

Represents the change_tag table.

ChangeTagDef

Represents the change_tag_def table.

ExternalLinks

Represents the externallinks table.

Image

Represents the image table.

ImageLinks

Represents the imagelinks table.

InterwikiLinks

Represents the iwlinks table.

LangLinks

Represents the langlinks table.

Page

Represents the page table.

PageLinks

Represents the pagelinks table.

PageProps

Represents the page_props table.

PageRestrictions

Represents the page_restrictions table.

ProtectedTitles

Represents the protected_titles table.

Redirect

Represents the redirect table.

Site

Represents the sites table.

SiteStats

Represents the site_stats table.

TemplateLinks

Represents the templatelinks table.

UserFormerGroups

Represents the user_former_groups table.

UserGroups

Represents the user_groups table.

WikibaseClientEntityUsage

Represents the wbc_entity_usage table.