//! 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;/// fercord_storage prelude
pubmodprelude{pubusesqlx_oldapi::any::AnyPool;pubusecrate::db::{self,*};pubusecrate::kv::{Identifiable, KVClient, KVIdentity};pubusecrate::model::{self,*};}