r2-data-persistence

Crates.ior2-data-persistence
lib.rsr2-data-persistence
version
sourcesrc
created_at2025-04-10 14:50:02.085116+00
updated_at2025-04-14 12:46:06.274212+00
descriptionThis 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
id1628439
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`
size0
marc (MaarcS)

documentation

README

Rust 2 - Data Persistence

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.

Overview

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.

Installation / Usage

See Wiki: Verwendung der Bibliothek

Guidance

Wiki Home

Organisation:

Architektur:

Anleitungen:


Commit count: 0

cargo fmt