pub type QueryBuilder<'args> = QueryBuilder<'args, D1>;
struct QueryBuilder<'args> { /* private fields */ }