1 2 3 4 5 6 7
diesel::table! { #[allow(non_snake_case)] ItemTable (key) { key -> Text, value -> Binary, } }