reql 0.0.6-alpha2

A native RethinkDB driver
1
2
3
4
5
6
command! {
    /// Plucks one or more attributes from a sequence of objects, filtering out any objects in the
    /// sequence that do not have the specified fields

    #[command(with_fields(args(fields = "T")))]
}