pocket-relay-database 0.4.0

Module for isolating the database logic from the Pocket Relay servers
Documentation
1
2
3
4
5
6
7
pub(crate) mod galaxy_at_war;
pub(crate) mod player_data;
pub(crate) mod players;

pub type GalaxyAtWar = galaxy_at_war::Model;
pub type Player = players::Model;
pub type PlayerData = player_data::Model;