alxtca / USN_cyphy_project

0 stars 2 forks source link

Database #5

Open Sudobrain opened 2 years ago

Sudobrain commented 2 years ago

Database: SQLite3

Sudobrain commented 2 years ago

I've gone for a sql database with sql lite. Unsure of its migration to linux will be successful as library use requires setup (at least on windows).

Currently trying to get: write_user(std::string name, std::string hight) to have its variables but into the sql statement

Sudobrain commented 2 years ago

made database interaction with sql successfully for windows.

Though this requires setup for the sqlite3 library on the machine running the program. That setup has yet to written into user manual and the be tested. On both windows and linux.