hopr_db_entity/codegen/sqlite/
prelude.rs

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//! `SeaORM` Entity, @generated by sea-orm-codegen 1.1.4

pub use super::account::Entity as Account;
pub use super::announcement::Entity as Announcement;
pub use super::chain_info::Entity as ChainInfo;
pub use super::channel::Entity as Channel;
pub use super::global_settings::Entity as GlobalSettings;
pub use super::log::Entity as Log;
pub use super::log_status::Entity as LogStatus;
pub use super::log_topic_info::Entity as LogTopicInfo;
pub use super::network_eligibility::Entity as NetworkEligibility;
pub use super::network_peer::Entity as NetworkPeer;
pub use super::network_registry::Entity as NetworkRegistry;
pub use super::node_info::Entity as NodeInfo;
pub use super::outgoing_ticket_index::Entity as OutgoingTicketIndex;
pub use super::ticket::Entity as Ticket;
pub use super::ticket_statistics::Entity as TicketStatistics;