SQLite implemented in TinyStarter
Added SQLite for performance enhancement and for better handling of new features. All old stored data is now moved to the database. This will improve startup since all index links don’t need to be refreshed on each startup and indexing will run in a background thread. Statistics has been added. Add counter for latest apps and […]