mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2026-05-26 20:49:55 +00:00
reorganize database crate.
split database Cork into unit. split database migrations from mod.rs Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
@@ -10,7 +10,7 @@ use ruma::{
|
||||
};
|
||||
|
||||
use crate::{
|
||||
database::{abstraction::Cork, KeyValueDatabase},
|
||||
database::{Cork, KeyValueDatabase},
|
||||
service, services, utils, Error, Result,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user