How would I save this kind of data?

My employer had the same problem, so I developed this for us:


However, you say you don’t need to save that data in runtime, so I don’t think a SQLite database is needed.
You are most likely looking for how to use Data Assets in C++:

Or using the SingleTon object class: