Done first draft of strongly typed migrations
This commit is contained in:
parent
4a00f0b062
commit
c84201fc9f
18 changed files with 396 additions and 448 deletions
|
@ -63,7 +63,7 @@ use std::{
|
|||
use thiserror::Error;
|
||||
use util::{defer, post_inc, ResultExt, TryFutureExt as _};
|
||||
|
||||
pub use db::Db;
|
||||
pub use db::{kvp::KeyValue, Db};
|
||||
pub use fs::*;
|
||||
pub use worktree::*;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue