r2-data-persistence 0.2.2

This is the data persistence layer for the in class project of the TINF22B6 course at DHBW Karlsruhe. Here we create a OSU-like game which also sends some of the game run data to a server to do statistical analysis with Julia.
Documentation
1
2
3
4
5
6
7
pub mod connection;
mod entities;
pub mod models;
pub mod operations;
mod repositories;
mod schema;
mod tests;