feat: take the store root as an option

This commit is contained in:
2026-09-08 09:57:01 +00:00
parent 11ecd0ac89
commit 4b1e9d68b0
6 changed files with 59 additions and 22 deletions

View File

@@ -5,5 +5,5 @@ mod postgres;
pub use ahab::{Ahab, Commands};
pub use django::Django;
pub use link::Link;
pub use link::{Link, Store};
pub use postgres::{Format, Postgres};