Add postgres code

- Set is currently working
- Other methods to test

Signed-off-by: Lee Smet <lee.smet@hotmail.com>
This commit is contained in:
Lee Smet
2025-07-30 16:31:40 +02:00
parent 0ad4cc2fb4
commit 0a8e2040ef
6 changed files with 1462 additions and 6 deletions

View File

@@ -4,6 +4,7 @@ use heromodels_core::{Index, Model};
use serde::{Deserialize, Serialize};
pub mod hero;
pub mod postgres;
pub trait Db {
/// Error type returned by database operations.