diff --git a/src/lib.rs b/src/lib.rs index d1bde5d..59b6066 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -81,6 +81,7 @@ pub use builder::Builder; use reqwest::header::{HeaderMap, HeaderValue, IntoHeaderName}; use reqwest::Client; +#[derive(Clone)] pub struct Postgrest { url: String, schema: Option,