Add --ephemeral cli flag
This commit is contained in:
parent
f76c6a557d
commit
68bd6042c5
4 changed files with 48 additions and 19 deletions
|
|
@ -1,8 +1,6 @@
|
|||
use rusqlite::Connection;
|
||||
|
||||
pub fn prepare(conn: &mut Connection) -> rusqlite::Result<()> {
|
||||
println!("Opening vault");
|
||||
|
||||
// Cache ids of tree roots.
|
||||
conn.execute_batch(
|
||||
"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue