<div dir="ltr">Hi guys,<div><br></div><div>Currently when KStars is launched, it reads data corresponding to different Skyobject from respective file in loaddata() methods. And I have tracked out all the classes where we are loading data by reading file.</div>
<div><br></div><div>I researched bit on the topic and I found that loading data from database is always much better option then doing same from file. </div><div><br></div><div>If we replace file system with QSql following are the Pros:</div>
<div><br></div><div>1) We will not have to ship so many files with Kstars</div><div>2) Loading from database is quicker than doing same from file</div><div>3) Code for load methods will be reduced in size</div><div><br></div>
<div>Cons:</div><div>1) I will have to move all data from files into database by temporary methods </div><div><br></div><div>So I am planning to start coding to replace file system by database on my local branch. </div><div>
<br></div><div>Can you please give your views and suggestion regarding the same ? I am sure that It will be very helpful to me. :)</div><div><br></div><div>Regards,</div><div>Vijay Dhameliya </div></div>