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