Creating AI | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Creating AI

What is the easiest way to collect data of sorts and store it in db?

18th Sep 2019, 7:49 AM
Erwin
Erwin - avatar
2 Answers
0
Depends what kind of data
18th Sep 2019, 10:17 PM
Rora
0
Depends on what platform and how much data. Sqlite is a great portable database if you need a mobile solution that can handle lots of data. If you are doing simple stuff a CSV file is more then enough to record data points.
20th Sep 2019, 4:53 AM
Nathan Johnson
Nathan Johnson - avatar