//! All things storage for the bot.
externcrate tracing;/// key-value store for session data and the like
pubmodkv;/// All the storage models
pubmodmodel;/// Database access
pubmoddb;/// Config models
pubmodconfig;/// fercord_storage prelude
pubmodprelude{pubusesqlx_oldapi::any::AnyPool;pubusecrate::config::DiscordConfig;pubusecrate::db;pubusecrate::kv::KVClient;pubusecrate::model as model;}