Introducing mwseaql, a crate for MediaWiki SQL query building
I've published a new crate, mwseaql, which provides typed definitions of MediaWiki's SQL tables for use with the sea_query query builder. It's a pretty simple implementation, there's a small Python script that parses MediaWiki's JSON schema file and outputs Rust structs. Here's an example of it in use from my…