// @generated automatically by Diesel CLI. diesel::table! { libraries (id) { id -> Integer, name -> Text, } }