8 lines
115 B
V
8 lines
115 B
V
module ledger
|
|
|
|
import incubaid.herolib.hero.db
|
|
|
|
fn setup_test_db() !db.DB {
|
|
return db.new(path: '/tmp/testdb')!
|
|
}
|