Module parse_mediawiki_sql::schemas[][src]

Expand description

Types that represent rows in tables of the MediaWiki database.

Implements the FromSqlTuple trait for them, so that they can be parsed from SQL tuples by iterate_sql_insertions.

Structs

Babel

Represents a row in the babel table.

Category

Represents a row in the category table.

CategoryLink

Represents a row in the categorylinks table.

ChangeTag

Represents a row in the change_tag table.

ChangeTagDefinition

Represents a row in the change_tag_def table.

ExternalLink

Represents a row in the externallinks table.

Image

Represents a row in the image table.

ImageLink

Represents a row in the imagelinks table.

InterwikiLink

Represents a row in the iwlinks table.

LanguageLink

Represents a row in the langlinks table.

Page

Represents a row in the page table.

PageLink

Represents a row in the pagelinks table.

PageProperty

Represents a row in the page_props table.

PageRestriction

Represents a row in the page_restrictions table.

ProtectedTitle

Represents a row in the protected_titles table.

Redirect

Represents a row in the redirect table.

Site

Represents a row in the sites table.

SiteStats

Represents a row in the site_stats table.

TemplateLink

Represents a row in the templatelinks table.

UserFormerGroupMembership

Represents a row in the user_former_groups table.

UserGroupMembership

Represents a row in the user_groups table.

WikibaseClientEntityUsage

Represents a row in the wbc_entity_usage table.