added traits and include features with docs
This commit is contained in:
@ -45,7 +45,7 @@ fn jspg_failure() -> JsonB {
|
||||
|
||||
#[cfg_attr(not(test), pg_extern(strict))]
|
||||
pub fn jspg_setup(database: Json) -> Json {
|
||||
let (new_jspg, drop) = crate::jspg::Jspg::new(&database.0);
|
||||
let (new_jspg, drop) = crate::jspg::Jspg::new(database.0);
|
||||
let new_arc = Arc::new(new_jspg);
|
||||
|
||||
// 3. ATOMIC SWAP
|
||||
|
||||
Reference in New Issue
Block a user