migration to JS engine #1
@ -193,6 +193,10 @@ impl DB {
|
|||||||
|
|
||||||
Ok(db)
|
Ok(db)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pub fn with_name(self, name: String) -> Self {
|
||||||
|
Self { name, ..self }
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
pub trait DbCollection {
|
pub trait DbCollection {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user