Migrate database engine from MySQL to SQLite: Difference between revisions

Jump to navigation Jump to search
mNo edit summary
Tags: Mobile edit Mobile web edit
 
Line 4: Line 4:


# Migrate database data from MySQL to SQLite using the [[SQLite management software]]
# Migrate database data from MySQL to SQLite using the [[SQLite management software]]
# Modify the scripts of database access
# Modify the scripts of database connection and SQL query syntax because some MySQL functions are not compatible in SQLite
# Testing the scripts
# Testing the scripts


Navigation menu