Skip to content

Commit

Permalink
Make Postgrest Clone
Browse files Browse the repository at this point in the history
  • Loading branch information
jnhyatt authored and soedirgo committed Jul 25, 2023
1 parent 91e408a commit 36fbf6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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<String>,
Expand Down

0 comments on commit 36fbf6c

Please sign in to comment.