We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91e408a commit 36fbf6cCopy full SHA for 36fbf6c
src/lib.rs
@@ -81,6 +81,7 @@ pub use builder::Builder;
81
use reqwest::header::{HeaderMap, HeaderValue, IntoHeaderName};
82
use reqwest::Client;
83
84
+#[derive(Clone)]
85
pub struct Postgrest {
86
url: String,
87
schema: Option<String>,
0 commit comments