1 unstable release
Uses old Rust 2015
0.1.2 | Jan 9, 2019 |
---|
#7 in #jsonb
4KB
53 lines
Diesel As JSONB (for PG)
Usage
#[derive(AsJsonb)]]
struct Something {
thing: String,
}
struct Wrapper {
things: Vec<Something> // For JSONB[]
thing: Something // For JSONB
}
Dependencies
~2.5MB
~54K SLoC