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