mails
This commit is contained in:
+6
-2
@@ -34,8 +34,12 @@ impl Database {
|
||||
Ok(Self { pool, kind })
|
||||
}
|
||||
|
||||
pub fn pool(&self) -> &AnyPool { &self.pool }
|
||||
pub fn kind(&self) -> DatabaseKind { self.kind }
|
||||
pub fn pool(&self) -> &AnyPool {
|
||||
&self.pool
|
||||
}
|
||||
pub fn kind(&self) -> DatabaseKind {
|
||||
self.kind
|
||||
}
|
||||
}
|
||||
|
||||
impl DatabaseKind {
|
||||
|
||||
Reference in New Issue
Block a user