feat(core/database): add Reference struct

This commit is contained in:
Paul Makles
2023-04-23 14:59:44 +01:00
parent 8a695b4bb5
commit 1933c9ea3d
7 changed files with 67 additions and 6 deletions

View File

@@ -73,6 +73,7 @@ macro_rules! database_test {
}
mod models;
pub mod util;
pub use models::*;
/// Utility function to check if a boolean value is false