Diesel As JSONB (for PG)
Usage
#[derive(AsJsonb)]]
struct Something {
thing: String,
}
struct Wrapper {
things: Vec<Something> // For JSONB[]
thing: Something // For JSONB
}GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign up| Type | Name | Latest commit message | Commit time |
|---|---|---|---|
| Failed to load latest commit information. | |||
|
|
src | ||
|
|
.gitignore | ||
|
|
Cargo.toml | ||
|
|
LICENSE | ||
|
|
README.md | ||
#[derive(AsJsonb)]]
struct Something {
thing: String,
}
struct Wrapper {
things: Vec<Something> // For JSONB[]
thing: Something // For JSONB
}