Add alternative DB interface and implementation

Signed-off-by: Lee Smet <lee.smet@hotmail.com>
This commit is contained in:
Lee Smet
2025-04-23 13:53:10 +02:00
parent 1708e6dd06
commit 276cf3c8d8
11 changed files with 1099 additions and 17 deletions

View File

@@ -1,2 +1,5 @@
// Export the models module
pub mod models;
pub mod models;
/// Database implementations
pub mod db;