Theory stuff from sials work pc; minor stuff here and there

This commit is contained in:
Silas Oettinghaus
2026-02-19 15:11:32 +01:00
parent 1b8d83dec0
commit 2a724b833f
14 changed files with 810 additions and 39 deletions

View File

@@ -26,9 +26,7 @@ classdef DBHandler < handle
options.server = "134.245.243.254";
options.port = 3306;
options.user = "silas";
options.password = "silas";
options.password = "silas";
end
% Assign values to class properties based on input arguments