Crates.io | r2-data-persistence |
lib.rs | r2-data-persistence |
version | |
source | src |
created_at | 2025-04-10 14:50:02.085116+00 |
updated_at | 2025-04-14 12:46:06.274212+00 |
description | 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. |
homepage | |
repository | |
max_upload_size | |
id | 1628439 |
Cargo.toml error: | TOML parse error at line 17, column 1 | 17 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
This is a sub-repo for the TINF22B6 Advanced Software Engineering project. This repository focuses on the persistence of our data that we collect and stores said data in our self-defined database.
This project uses Rust as its language. Everything around the database is handeled with the Diesel library together with PostgreSQL. For more information, go to our techstack.
See Wiki: Verwendung der Bibliothek