Compare commits

...

3 commits

Author SHA1 Message Date
Emily Toop
6301924c54 Export TxReport 2017-12-06 10:24:02 +00:00
Emily Toop
4c39d45d59 Export TxReport 2017-12-06 10:22:17 +00:00
Emily Toop
133a43fc7a Export Uuid as a top level type 2017-12-06 10:15:38 +00:00

View file

@ -43,6 +43,7 @@ pub fn get_connection() -> Connection {
pub use mentat_core::{ pub use mentat_core::{
TypedValue, TypedValue,
Uuid,
ValueType, ValueType,
}; };
@ -50,6 +51,8 @@ pub use mentat_db::{
new_connection, new_connection,
}; };
pub use mentat_db::types::TxReport;
pub use query::{ pub use query::{
NamespacedKeyword, NamespacedKeyword,
PlainSymbol, PlainSymbol,