Move database to backend module

This commit is contained in:
Elias Projahn 2021-02-03 23:03:47 +01:00
parent 9e10d47b87
commit 9057ec32ed
41 changed files with 47 additions and 67 deletions

View file

@ -1,5 +1,4 @@
use super::Backend;
use crate::database::Person;
use crate::backend::{Backend, Person};
use anyhow::Result;
impl Backend {