#jsonb #diesel #pg

diesel_as_jsonb

使用diesel和PG将您的结构体作为Jsonb使用

6个版本 (2个稳定版)

1.0.1 2023年11月11日
1.0.0 2022年6月14日
0.1.3 2021年12月7日
0.1.2 2018年11月14日

过程宏 中排名第228

Download history 691/week @ 2024-03-14 997/week @ 2024-03-21 1403/week @ 2024-03-28 1260/week @ 2024-04-04 1020/week @ 2024-04-11 914/week @ 2024-04-18 1022/week @ 2024-04-25 939/week @ 2024-05-02 1230/week @ 2024-05-09 1050/week @ 2024-05-16 699/week @ 2024-05-23 450/week @ 2024-05-30 1421/week @ 2024-06-06 554/week @ 2024-06-13 336/week @ 2024-06-20 173/week @ 2024-06-27

每月下载量 2,529

MIT 许可证

4KB

Diesel As JSONB (用于PG)

用法

#[derive(AsJsonb)]]
struct Something {
    thing: String,
}

struct Wrapper {
    things: Vec<Something> // For field type Array<Jsonb>
    thing: Something // For field type Jsonb
}

依赖项

~315–770KB
~18K SLoC