[][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

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.

PageRestrictions

Represents the page_restrictions table.

ProtectedTitles

Represents the protected_titles table.

Redirect

Represents the redirect table.

TemplateLinks

Represents the templatelinks table.

UserFormerGroups

Represents the user_former_groups table.

UserGroups

Represents the user_groups table.