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

Represents a row in the babel table.
Represents a row in the category table.
Represents a row in the categorylinks table.
Represents a row in the change_tag table.
Represents a row in the externallinks table.
Represents a row in the image table.
Represents a row in the imagelinks table.
Represents a row in the iwlinks table.
Represents a row in the langlinks table.
Represents a row in the linktarget table.
Represents a row in the page table.
Represents a row in the pagelinks table.
Represents a row in the page_props table.
Represents a row in the protected_titles table.
Represents a row in the redirect table.
Represents a row in the sites table.
Represents a row in the site_stats table.
Represents a row in the templatelinks table.
Represents a row in the user_groups table.