This commit is contained in:
2025-12-02 03:27:17 +01:00
parent 690af291b5
commit 29ab30788e
25 changed files with 510 additions and 142 deletions

View File

@@ -0,0 +1,7 @@
module ledger
import incubaid.herolib.hero.db
fn setup_test_db() !db.DB {
return db.new(path: '/tmp/testdb')!
}