hopr_db_entity/codegen/sqlite/
prelude.rs

1//! `SeaORM` Entity, @generated by sea-orm-codegen 1.1.10
2
3pub use super::account::Entity as Account;
4pub use super::announcement::Entity as Announcement;
5pub use super::chain_info::Entity as ChainInfo;
6pub use super::channel::Entity as Channel;
7pub use super::global_settings::Entity as GlobalSettings;
8pub use super::log::Entity as Log;
9pub use super::log_status::Entity as LogStatus;
10pub use super::log_topic_info::Entity as LogTopicInfo;
11pub use super::network_eligibility::Entity as NetworkEligibility;
12pub use super::network_peer::Entity as NetworkPeer;
13pub use super::network_registry::Entity as NetworkRegistry;
14pub use super::node_info::Entity as NodeInfo;
15pub use super::outgoing_ticket_index::Entity as OutgoingTicketIndex;
16pub use super::ticket::Entity as Ticket;
17pub use super::ticket_statistics::Entity as TicketStatistics;