Add --ephemeral cli flag

This commit is contained in:
Joscha 2022-08-22 20:58:11 +02:00
parent f76c6a557d
commit 68bd6042c5
4 changed files with 48 additions and 19 deletions

View file

@ -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(
"