mirror of
https://github.com/Start9Labs/patch-db.git
synced 2026-03-26 10:21:53 +00:00
export dump
This commit is contained in:
committed by
Aiden McClelland
parent
8bc6a3a1a5
commit
d2f542a8f3
@@ -23,7 +23,7 @@ pub use locker::{LockType, Locker};
|
|||||||
pub use model::{
|
pub use model::{
|
||||||
BoxModel, HasModel, Map, MapModel, Model, ModelData, ModelDataMut, OptionModel, VecModel,
|
BoxModel, HasModel, Map, MapModel, Model, ModelData, ModelDataMut, OptionModel, VecModel,
|
||||||
};
|
};
|
||||||
pub use patch::{Revision, DiffPatch};
|
pub use patch::{DiffPatch, Dump, Revision};
|
||||||
pub use patch_db_macro::HasModel;
|
pub use patch_db_macro::HasModel;
|
||||||
pub use store::{PatchDb, Store};
|
pub use store::{PatchDb, Store};
|
||||||
pub use transaction::Transaction;
|
pub use transaction::Transaction;
|
||||||
|
|||||||
Reference in New Issue
Block a user