Go to file
Mathias Rothenhaeusler f84387d238 improve error handling part 3 2025-03-07 17:01:02 +01:00
src improve error handling part 3 2025-03-07 17:01:02 +01:00
.gitignore init commit 2023-03-26 16:59:05 +02:00
Cargo.lock update dependencies, added mysql error 2024-12-04 18:18:41 +01:00
Cargo.toml added drop trait to db and added envlogger 2024-02-17 10:55:28 +01:00
README.md change Readme 2023-09-27 19:10:50 +02:00

README.md

Internal Tool

Object-oriented design concept tested.

Configuration File

Location: .config/rcc/env

USERNAME=root
PASSWORD=cidb
DB=cidb
PORT=3306