We need to do better than storing the results of an evaluation run in a text file. Maybe use sqlite to keep the results in a database, then (possibly) transmit them as individual sqlite files (security issues?), or transmit them as json (portability/unicode issues).
We need to do better than storing the results of an evaluation run in a text file. Maybe use sqlite to keep the results in a database, then (possibly) transmit them as individual sqlite files (security issues?), or transmit them as json (portability/unicode issues).