<div dir="ltr"><div>Hi everyone,</div><div>As mentioned in the project proposal, one of the major tasks is to replace the text bankdata files with an SQLite database. Currently, KtoBlzCheck comes with one data file which is valid at the time of release. Then during building, a file valid at the current date is downloaded from the bank and converted into a file suitable for the library. <u>So, when migrating to an SQLite DB, how should this DB file be distributed and updated?</u></div><div>One possible way might be to provide the DB at the time of release and at build time, download the raw file from the bank and update the DB with this file. But in this case, wouldn't it be more efficient to create a new DB file based on the new data and replace the older DB rather than searching each bank and updating it from the file? <u>Specifically, I wanted to know if there is a reason to store the older bankdata files and their data.</u></div><div><br></div><div>Thank you,</div><div>Prasun<br></div></div>