资 源 简 介
SQLite separates different applications by storing different databases in different files, so the malfunctioning of one application does not affect the others. With the wide usage of MySQL, it is time cosuming and error-prone to change every application that bases on MySQL to use SQLite. This project tries to create a software that simulates the behavior of MySQL and stores data using SQLite, a simple way to migrate MySQL applications to SQLite, without changing the code already written.